aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-06-03 17:31:53 +0000
committerKarl Heuer1995-06-03 17:31:53 +0000
commit93c3f9a275d76d0432c40a3295fc75db2d7307f4 (patch)
treede54d1150d836d7eaf10d96f581ba483e21688ab
parent3d0b6ad51a3f439ddc94c769851e6272de14f540 (diff)
downloademacs-93c3f9a275d76d0432c40a3295fc75db2d7307f4.tar.gz
emacs-93c3f9a275d76d0432c40a3295fc75db2d7307f4.zip
(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 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. */
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
@@ -74,9 +73,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
74/* No <sioctl.h> */ 73/* No <sioctl.h> */
75#define NO_SIOCTL_H 74#define NO_SIOCTL_H
76 75
77/* PTX has timeval */
78#define HAVE_TIMEVAL
79
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