changeset 12064:c3611dff7bba

(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
author Karl Heuer <kwzh@gnu.org>
date Sat, 03 Jun 1995 17:31:53 +0000
parents a2920d062bb5
children 094636c759bf
files src/s/ptx.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/ptx.h	Sat Jun 03 17:25:27 1995 +0000
+++ b/src/s/ptx.h	Sat Jun 03 17:31:53 1995 +0000
@@ -50,7 +50,6 @@
 
 #ifdef TCPIP_INSTALLED
 #define HAVE_SOCKETS
-#define HAVE_SELECT
 #else
 #undef subprocesses
 #endif
@@ -74,9 +73,6 @@
 /* No <sioctl.h> */
 #define NO_SIOCTL_H
 
-/* PTX has timeval */
-#define HAVE_TIMEVAL
-
 /* If we have X windows, configure should find gettimeofday in -lX11.
    Since we emulate gettimeofday below, we really have it anyway.  */
 #ifndef HAVE_GETTIMEOFDAY