comparison src/s/sco4.h @ 4253:42472fd44436

(HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Jul 1993 19:53:44 +0000
parents 328132ed483c
children 9b9d3d777a66
comparison
equal deleted inserted replaced
4252:cfee000861f5 4253:42472fd44436
53 for that. */ 53 for that. */
54 #ifdef HAVE_X_WINDOWS 54 #ifdef HAVE_X_WINDOWS
55 #define HAVE_SOCKETS 55 #define HAVE_SOCKETS
56 #endif 56 #endif
57 57
58 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */
59 #define HAVE_SOCKETS
60 #endif
61
58 #ifdef HAVE_SOCKETS 62 #ifdef HAVE_SOCKETS
59 #define LIBS_SYSTEM -lsocket 63 #define LIBS_SYSTEM -lsocket
60 64
61 /* SCO has gettimeofday in socket library */ 65 /* SCO has gettimeofday in socket library */
62 #define HAVE_GETTIMEOFDAY 66 #define HAVE_GETTIMEOFDAY