comparison src/s/ptx.h @ 12064:c3611dff7bba

(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
author Karl Heuer <kwzh@gnu.org>
date Sat, 03 Jun 1995 17:31:53 +0000
parents d62a9fd47cb2
children ee40177f6c68
comparison
equal deleted inserted replaced
12063:a2920d062bb5 12064:c3611dff7bba
48 /* Local define. If TCP/IP is not installed, comment this out. */ 48 /* Local define. If TCP/IP is not installed, comment this out. */
49 #define TCPIP_INSTALLED 49 #define TCPIP_INSTALLED
50 50
51 #ifdef TCPIP_INSTALLED 51 #ifdef TCPIP_INSTALLED
52 #define HAVE_SOCKETS 52 #define HAVE_SOCKETS
53 #define HAVE_SELECT
54 #else 53 #else
55 #undef subprocesses 54 #undef subprocesses
56 #endif 55 #endif
57 56
58 #ifdef HAVE_X_WINDOWS 57 #ifdef HAVE_X_WINDOWS
71 70
72 #endif /* ! HAVE_X_WINDOWS */ 71 #endif /* ! HAVE_X_WINDOWS */
73 72
74 /* No <sioctl.h> */ 73 /* No <sioctl.h> */
75 #define NO_SIOCTL_H 74 #define NO_SIOCTL_H
76
77 /* PTX has timeval */
78 #define HAVE_TIMEVAL
79 75
80 /* If we have X windows, configure should find gettimeofday in -lX11. 76 /* If we have X windows, configure should find gettimeofday in -lX11.
81 Since we emulate gettimeofday below, we really have it anyway. */ 77 Since we emulate gettimeofday below, we really have it anyway. */
82 #ifndef HAVE_GETTIMEOFDAY 78 #ifndef HAVE_GETTIMEOFDAY
83 #define HAVE_GETTIMEOFDAY 79 #define HAVE_GETTIMEOFDAY