comparison src/s/sco5.h @ 16161:ec5135221ea4

(LIBX11_SYSTEM): Don't use ..._s libraries.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Sep 1996 07:27:18 +0000
parents f3f1f879d812
children 96a698bb6c17
comparison
equal deleted inserted replaced
16160:9acae440fe98 16161:ec5135221ea4
68 #endif 68 #endif
69 69
70 /* This is safe since we already assumed HAVE_SOCKET 70 /* This is safe since we already assumed HAVE_SOCKET
71 if using X windows. */ 71 if using X windows. */
72 #undef LIBX11_SYSTEM 72 #undef LIBX11_SYSTEM
73 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket 73 #define LIBX11_SYSTEM -lpt -lnls -lnsl -lc -lsocket
74 74
75 #undef LIB_X11_LIB 75 #undef LIB_X11_LIB
76 #define LIB_X11_LIB -lX11 76 #define LIB_X11_LIB -lX11
77 77
78 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ 78 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */