diff src/s/sco4.h @ 5148:c3594b90f0ab

(LIBX11_SYSTEM): Override the definition.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Nov 1993 01:03:12 +0000
parents e1a169a43ac5
children ff53ad0b94ed
line wrap: on
line diff
--- a/src/s/sco4.h	Wed Nov 24 00:36:31 1993 +0000
+++ b/src/s/sco4.h	Wed Nov 24 01:03:12 1993 +0000
@@ -69,6 +69,11 @@
 #define HAVE_SOCKETS
 #endif
 
+/* This is safe since we already assumed HAVE_SOCKET
+   if using X windows.  */
+#undef LIBX11_SYSTEM
+#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
+
 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf.  */
 #define HAVE_SOCKETS
 #endif