From 2f5d268106be510e6ade505aa7e0a8e7782c24c8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 22 Nov 1993 00:20:36 +0000 Subject: [PATCH] [HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined. --- src/s/sco4.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/s/sco4.h b/src/s/sco4.h index bbdf4bf951d..dba7644429e 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -76,6 +76,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 -- 2.39.5