Lines Matching refs:library
31 $! P3, if defined, sets a TCP/IP library to use, through one of the following
43 $! Define A TCP/IP Library That We Will Need To Link To.
74 $! Define The CRYPTO Library.
78 $! Define The SSL Library.
198 $! Define A Library File Counter And Set It To "-1".
283 $! Check if this program works well without a TCPIP library
287 $ WRITE SYS$OUTPUT CURRENT_APP," needs a TCP/IP library. Can't link. Skipping..."
292 $! Check To See If We Are To Link With A Specific TCP/IP Library.
299 $! Don't Link With The RSAREF Routines And TCP/IP Library.
303 'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, -
310 $! Don't Link With The RSAREF Routines And Link With A TCP/IP Library.
314 'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, -
317 $! End The TCP/IP Library Check.
355 ! The Sharable VAX C Runtime Library.
384 ! The Sharable C Runtime Library.
386 GNU_CC:[000000]GCCLIB/LIBRARY
419 ! The Sharable DEC C Runtime Library.
434 ! The Sharable C Runtime Library.
464 $! Look For The Library LIBCRYPTO.OLB.
469 $! Tell The User We Can't Find The LIBCRYPTO.OLB Library.
472 $ WRITE SYS$OUTPUT "Can't Find The Library ",CRYPTO_LIB,"."
480 $! End The Crypto Library Check.
484 $! Look For The Library LIBSSL.OLB.
489 $! Tell The User We Can't Find The LIBSSL.OLB Library.
492 $ WRITE SYS$OUTPUT "Can't Find The Library ",SSL_LIB,"."
500 $! End The SSL Library Check.
621 $! Find out what socket library we have available
643 .OR. F$PARSE("SYS$LIBRARY:UCX$IPC.OLB") .NES. ""
646 $! Last resort: a UCX or UCX-compatible library
792 $! Time to check the contents, and to make sure we get the correct library.
803 $! Set the library to use SOCKETSHR
816 $! Set the library to use UCX emulation.
829 $! Set the library to use UCX.
849 $! Set the library to use TCPIP.
876 $ WRITE SYS$OUTPUT "TCP/IP library spec: ", TCPIP_LIB
887 $ WRITE SYS$OUTPUT " SOCKETSHR : To link with SOCKETSHR TCP/IP library."
888 $ WRITE SYS$OUTPUT " UCX : To link with UCX TCP/IP library."
889 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."