comparison src/s/sco4.h @ 5031:cad49955c59e

(HAVE_GETTIMEOFDAY): Don't define if already defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 12:27:45 +0000
parents f2dc5b8eafa8
children e035ea595cf6
comparison
equal deleted inserted replaced
5030:1c9c9a87f8b6 5031:cad49955c59e
75 75
76 #ifdef HAVE_SOCKETS 76 #ifdef HAVE_SOCKETS
77 #define LIBS_SYSTEM -lsocket 77 #define LIBS_SYSTEM -lsocket
78 78
79 /* SCO has gettimeofday in socket library */ 79 /* SCO has gettimeofday in socket library */
80 /* Autoconf should determine this, but for now,
81 play safe to avoid error rather than deleting this
82 and risking the wrong result. */
83 #ifndef HAVE_GETTIMEOFDAY
80 #define HAVE_GETTIMEOFDAY 84 #define HAVE_GETTIMEOFDAY
85 #endif
81 #endif 86 #endif
82 87
83 /* We don't have -loldX, and we don't need it. */ 88 /* We don't have -loldX, and we don't need it. */
84 #define LIB_XMENU_LIB 89 #define LIB_XMENU_LIB
85 90