aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-22 00:20:36 +0000
committerRichard M. Stallman1993-11-22 00:20:36 +0000
commit2f5d268106be510e6ade505aa7e0a8e7782c24c8 (patch)
tree1b87878c0516bd2dda46d632a94519436300ecd0 /src
parent6da676adec0943adc2e143b036d0a7fddae548db (diff)
downloademacs-2f5d268106be510e6ade505aa7e0a8e7782c24c8.tar.gz
emacs-2f5d268106be510e6ade505aa7e0a8e7782c24c8.zip
[HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/sco4.h6
1 files changed, 6 insertions, 0 deletions
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. */
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