aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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