summaryrefslogtreecommitdiff
path: root/src/s/ptx.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-03 17:31:53 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-03 17:31:53 +0000
commit138d7df6f3bbd4cacb7cfb75641ace33e5f263a0 (patch)
tree4802b88b4d65f1f6611ce4f0cd566324a38740fe /src/s/ptx.h
parent99f771fb183bc5ca026efd274829a74303f8e21b (diff)
downloademacs-138d7df6f3bbd4cacb7cfb75641ace33e5f263a0.tar.gz
(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
Diffstat (limited to 'src/s/ptx.h')
-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 5d5736d9e98..4f3b7290d57 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