From: Richard M. Stallman Date: Mon, 22 Nov 1993 00:20:36 +0000 (+0000) Subject: [HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined. X-Git-Tag: emacs-19.34~10749 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f5d268106be510e6ade505aa7e0a8e7782c24c8;p=emacs.git [HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined. --- 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