comparison src/s/sco4.h @ 5102:e035ea595cf6

[HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Nov 1993 00:20:36 +0000
parents cad49955c59e
children e1a169a43ac5
comparison
equal deleted inserted replaced
5101:c95efc1cf15b 5102:e035ea595cf6
74 #endif 74 #endif
75 75
76 #ifdef HAVE_SOCKETS 76 #ifdef HAVE_SOCKETS
77 #define LIBS_SYSTEM -lsocket 77 #define LIBS_SYSTEM -lsocket
78 78
79 /* configure can't get this right since it comes from -lsocket
80 and configure doesn't know to look there. */
81 #undef HAVE_XSCREENNUMBEROFSCREEN
82 #define HAVE_XSCREENNUMBEROFSCREEN
83 #endif
84
79 /* SCO has gettimeofday in socket library */ 85 /* SCO has gettimeofday in socket library */
80 /* Autoconf should determine this, but for now, 86 /* Autoconf should determine this, but for now,
81 play safe to avoid error rather than deleting this 87 play safe to avoid error rather than deleting this
82 and risking the wrong result. */ 88 and risking the wrong result. */
83 #ifndef HAVE_GETTIMEOFDAY 89 #ifndef HAVE_GETTIMEOFDAY