comparison src/s/sco4.h @ 20528:4ffe5887d8c6

(LIB_MOTIF): Define, if HAVE_LIBINTL. (LIBX11_SYSTEM): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 31 Dec 1997 04:44:31 +0000
parents 29b573be752f
children ae314c884db0
comparison
equal deleted inserted replaced
20527:1f7533b3f045 20528:4ffe5887d8c6
69 #endif 69 #endif
70 70
71 /* This is safe since we already assumed HAVE_SOCKET 71 /* This is safe since we already assumed HAVE_SOCKET
72 if using X windows. */ 72 if using X windows. */
73 #undef LIBX11_SYSTEM 73 #undef LIBX11_SYSTEM
74 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
75
74 /* Motif needs -lintl on some (maybe all) ofthese systems. */ 76 /* Motif needs -lintl on some (maybe all) ofthese systems. */
75 #if defined (HAVE_LIBINTL) && defined (MOTIF) 77 #ifdef HAVE_LIBINTL
76 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket -lintl 78 #define LIB_MOTIF -lXm -lintl
77 #else
78 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
79 #endif 79 #endif
80 80
81 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ 81 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */
82 #define HAVE_SOCKETS 82 #define HAVE_SOCKETS
83 #endif 83 #endif