Lines Matching refs:library
11 $! library for OpenSSL. The "xxx" denotes the machine architecture of
21 $! LIBRARY To just compile the [.xxx.EXE.SSL]LIBSSL.OLB Library.
36 $! P4, if defined, sets a TCP/IP library to use, through one of the following
46 $! Define A TCP/IP Library That We Will Need To Link To.
119 $! Define The Library Name.
134 $ GOSUB LIBRARY
155 $! Compile The Library.
157 $ LIBRARY:
159 $! Check To See If We Already Have A "[.xxx.EXE.SSL]LIBSSL.OLB" Library...
164 $! Guess Not, Create The Library.
166 $ LIBRARY/CREATE/OBJECT 'SSL_LIB'
168 $! End The Library Exist Check.
172 $! Define The Different SSL "library" Files.
185 $! Tell The User That We Are Compiling The Library.
187 $ WRITE SYS$OUTPUT "Building The ",SSL_LIB," Library."
246 $! Add It To The Library.
248 $ LIBRARY/REPLACE/OBJECT 'SSL_LIB' 'OBJECT_FILE'
258 $! All Done With This Library.
264 $ WRITE SYS$OUTPUT "Library ",SSL_LIB," Compiled."
308 $! Check To See If We Are To Link With A Specific TCP/IP Library.
313 $! Link With TCP/IP Library.
317 'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, -
324 $! Don't Link With TCP/IP Library.
328 'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, -
331 $! End The TCP/IP Library Check.
360 ! The Sharable VAX C Runtime Library.
389 ! The Sharable C Runtime Library.
391 GNU_CC:[000000]GCCLIB/LIBRARY
424 ! The Sharable DEC C Runtime Library.
439 ! The Sharable C Runtime Library.
466 $! Look For The VAX Library LIBSSL.OLB.
471 $! Tell The User We Can't Find The LIBSSL.OLB Library.
474 $ WRITE SYS$OUTPUT "Can't Find The Library ",SSL_LIB,"."
482 $! End The LIBSSL.OLB Library Check.
486 $! Look For The Library LIBCRYPTO.OLB.
491 $! Tell The User We Can't Find The LIBCRYPTO.OLB Library.
494 $ WRITE SYS$OUTPUT "Can't Find The Library ",CRYPTO_LIB,"."
502 $! End The LIBCRYPTO.OLB Library Check.
529 $ IF (P1.EQS."LIBRARY").OR.(P1.EQS."SSL_TASK")
546 $ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.SSL]LIBSSL.OLB Library."
711 $! Find out what socket library we have available
733 .OR. F$PARSE("SYS$LIBRARY:UCX$IPC.OLB") .NES. ""
736 $! Last resort: a UCX or UCX-compatible library
915 $! Time to check the contents, and to make sure we get the correct library.
926 $! Set the library to use SOCKETSHR
939 $! Set the library to use UCX emulation.
952 $! Set the library to use UCX.
972 $! Set the library to use TCPIP (post UCX).
985 $! Do not use a TCPIP library.
995 $ WRITE SYS$OUTPUT "TCP/IP library spec: ", TCPIP_LIB
1006 $ WRITE SYS$OUTPUT " SOCKETSHR : To link with SOCKETSHR TCP/IP library."
1007 $ WRITE SYS$OUTPUT " UCX : To link with UCX TCP/IP library."
1008 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."