aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-24 01:03:12 +0000
committerRichard M. Stallman1993-11-24 01:03:12 +0000
commitec9d0f508c29c7771a963a79b93a7a0cbc9d22c1 (patch)
tree6c61a650266ccba57085148b4292f10136038bae /src
parentd462ff97d526ca39790394c8fff147de44e2b783 (diff)
downloademacs-ec9d0f508c29c7771a963a79b93a7a0cbc9d22c1.tar.gz
emacs-ec9d0f508c29c7771a963a79b93a7a0cbc9d22c1.zip
(LIBX11_SYSTEM): Override the definition.
Diffstat (limited to 'src')
-rw-r--r--src/s/sco4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h
index e3a93d90b16..86df419ce65 100644
--- a/src/s/sco4.h
+++ b/src/s/sco4.h
@@ -69,6 +69,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
69#define HAVE_SOCKETS 69#define HAVE_SOCKETS
70#endif 70#endif
71 71
72/* This is safe since we already assumed HAVE_SOCKET
73 if using X windows. */
74#undef LIBX11_SYSTEM
75#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
76
72#ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ 77#ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */
73#define HAVE_SOCKETS 78#define HAVE_SOCKETS
74#endif 79#endif