diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/ptx.h | 4 |
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 |