# HG changeset patch # User Richard M. Stallman # Date 753927636 0 # Node ID e035ea595cf64fc42c655aa437b8f4305863cc0b # Parent c95efc1cf15b9c2cf7cdbc8c20c3fac8c7951707 [HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined. diff -r c95efc1cf15b -r e035ea595cf6 src/s/sco4.h --- a/src/s/sco4.h Sun Nov 21 22:54:37 1993 +0000 +++ b/src/s/sco4.h Mon Nov 22 00:20:36 1993 +0000 @@ -76,6 +76,12 @@ #ifdef HAVE_SOCKETS #define LIBS_SYSTEM -lsocket +/* configure can't get this right since it comes from -lsocket + and configure doesn't know to look there. */ +#undef HAVE_XSCREENNUMBEROFSCREEN +#define HAVE_XSCREENNUMBEROFSCREEN +#endif + /* SCO has gettimeofday in socket library */ /* Autoconf should determine this, but for now, play safe to avoid error rather than deleting this