aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-06-03 17:31:53 +0000
committerKarl Heuer <[email protected]>1995-06-03 17:31:53 +0000
commit93c3f9a275d76d0432c40a3295fc75db2d7307f4 (patch)
treede54d1150d836d7eaf10d96f581ba483e21688ab
parent3d0b6ad51a3f439ddc94c769851e6272de14f540 (diff)
(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
-rw-r--r--src/s/ptx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/ptx.h b/src/s/ptx.h
index 5d5736d9e9..4f3b7290d5 100644
--- a/src/s/ptx.h
+++ b/src/s/ptx.h
@@ -50,7 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef TCPIP_INSTALLED
#define HAVE_SOCKETS
-#define HAVE_SELECT
#else
#undef subprocesses
#endif
@@ -74,9 +73,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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