diff options
| author | Karl Heuer | 1994-09-18 21:12:31 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-18 21:12:31 +0000 |
| commit | 5df583315f5e5c9f53473e7ad60fb3a334f05cd2 (patch) | |
| tree | d765253ae8c563580d318ad2e62d482f5b9668ea /src/s | |
| parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
| download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.zip | |
Delete obsolete symbols.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/386-ix.h | 5 | ||||
| -rw-r--r-- | src/s/aix3-1.h | 13 | ||||
| -rw-r--r-- | src/s/bsd4-1.h | 13 | ||||
| -rw-r--r-- | src/s/bsd4-2.h | 13 | ||||
| -rw-r--r-- | src/s/bsd4-3.h | 13 | ||||
| -rw-r--r-- | src/s/cxux.h | 13 | ||||
| -rw-r--r-- | src/s/dgux.h | 13 | ||||
| -rw-r--r-- | src/s/esix.h | 4 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 2 | ||||
| -rw-r--r-- | src/s/hpux.h | 22 | ||||
| -rw-r--r-- | src/s/iris3-5.h | 17 | ||||
| -rw-r--r-- | src/s/iris3-6.h | 17 | ||||
| -rw-r--r-- | src/s/irix3-3.h | 17 | ||||
| -rw-r--r-- | src/s/irix4-0.h | 1 | ||||
| -rw-r--r-- | src/s/isc2-2.h | 7 | ||||
| -rw-r--r-- | src/s/isc3-0.h | 8 | ||||
| -rw-r--r-- | src/s/msdos.h | 13 | ||||
| -rw-r--r-- | src/s/rtu.h | 13 | ||||
| -rw-r--r-- | src/s/sco4.h | 3 | ||||
| -rw-r--r-- | src/s/template.h | 13 | ||||
| -rw-r--r-- | src/s/umax.h | 13 | ||||
| -rw-r--r-- | src/s/umips.h | 5 | ||||
| -rw-r--r-- | src/s/unipl5-0.h | 13 | ||||
| -rw-r--r-- | src/s/unipl5-2.h | 13 | ||||
| -rw-r--r-- | src/s/usg5-0.h | 13 | ||||
| -rw-r--r-- | src/s/usg5-2-2.h | 13 | ||||
| -rw-r--r-- | src/s/usg5-2.h | 13 | ||||
| -rw-r--r-- | src/s/usg5-3.h | 20 | ||||
| -rw-r--r-- | src/s/usg5-4.h | 5 | ||||
| -rw-r--r-- | src/s/vms.h | 13 | ||||
| -rw-r--r-- | src/s/xenix.h | 13 |
31 files changed, 6 insertions, 348 deletions
diff --git a/src/s/386-ix.h b/src/s/386-ix.h index 5f764563e84..dc17281df01 100644 --- a/src/s/386-ix.h +++ b/src/s/386-ix.h | |||
| @@ -2,17 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | #include "usg5-3.h" | 3 | #include "usg5-3.h" |
| 4 | 4 | ||
| 5 | #define HAVE_SELECT | ||
| 6 | |||
| 7 | #define BROKEN_TIOCGETC | 5 | #define BROKEN_TIOCGETC |
| 8 | 6 | ||
| 9 | /* There are some reports that the following is needed | 7 | /* There are some reports that the following is needed |
| 10 | with some version of this system. | 8 | with some version of this system. |
| 11 | #undef LIBX11_SYSTEM | 9 | #undef LIBX11_SYSTEM |
| 12 | #define LIBX11_SYSTEM -linet | 10 | #define LIBX11_SYSTEM -linet |
| 13 | |||
| 14 | #define HAVE_TIMEVAL | ||
| 15 | #define USE_UTIME | ||
| 16 | */ | 11 | */ |
| 17 | 12 | ||
| 18 | /* This is said to be needed as a result of having _insque rather | 13 | /* This is said to be needed as a result of having _insque rather |
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 3cfb0398aa7..ed3e5c83a0f 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -79,19 +79,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 79 | #define HAVE_TERMIOS | 79 | #define HAVE_TERMIOS |
| 80 | 80 | ||
| 81 | /* | 81 | /* |
| 82 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 83 | * Look in <sys/time.h> for a timeval structure. | ||
| 84 | */ | ||
| 85 | |||
| 86 | #define HAVE_TIMEVAL | ||
| 87 | |||
| 88 | /* | ||
| 89 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 90 | */ | ||
| 91 | |||
| 92 | #define HAVE_SELECT | ||
| 93 | |||
| 94 | /* | ||
| 95 | * Define HAVE_PTYS if the system supports pty devices. | 82 | * Define HAVE_PTYS if the system supports pty devices. |
| 96 | */ | 83 | */ |
| 97 | 84 | ||
diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h index b5c08960732..a2a712b87ab 100644 --- a/src/s/bsd4-1.h +++ b/src/s/bsd4-1.h | |||
| @@ -47,19 +47,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 47 | #define FIRST_PTY_LETTER 'p' | 47 | #define FIRST_PTY_LETTER 'p' |
| 48 | 48 | ||
| 49 | /* | 49 | /* |
| 50 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 51 | * Look in <sys/time.h> for a timeval structure. | ||
| 52 | */ | ||
| 53 | |||
| 54 | #undef HAVE_TIMEVAL | ||
| 55 | |||
| 56 | /* | ||
| 57 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 58 | */ | ||
| 59 | |||
| 60 | /* #define HAVE_SELECT */ | ||
| 61 | |||
| 62 | /* | ||
| 63 | * Define HAVE_PTYS if the system supports pty devices. | 50 | * Define HAVE_PTYS if the system supports pty devices. |
| 64 | */ | 51 | */ |
| 65 | 52 | ||
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index ac61e242818..2c3b80d3984 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h | |||
| @@ -51,19 +51,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 51 | #define FIRST_PTY_LETTER 'p' | 51 | #define FIRST_PTY_LETTER 'p' |
| 52 | 52 | ||
| 53 | /* | 53 | /* |
| 54 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 55 | * Look in <sys/time.h> for a timeval structure. | ||
| 56 | */ | ||
| 57 | |||
| 58 | #define HAVE_TIMEVAL | ||
| 59 | |||
| 60 | /* | ||
| 61 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 62 | */ | ||
| 63 | |||
| 64 | #define HAVE_SELECT | ||
| 65 | |||
| 66 | /* | ||
| 67 | * Define HAVE_PTYS if the system supports pty devices. | 54 | * Define HAVE_PTYS if the system supports pty devices. |
| 68 | */ | 55 | */ |
| 69 | 56 | ||
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index 392b27188ba..4535322e16e 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h | |||
| @@ -54,19 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 54 | #define FIRST_PTY_LETTER 'p' | 54 | #define FIRST_PTY_LETTER 'p' |
| 55 | 55 | ||
| 56 | /* | 56 | /* |
| 57 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 58 | * Look in <sys/time.h> for a timeval structure. | ||
| 59 | */ | ||
| 60 | |||
| 61 | #define HAVE_TIMEVAL | ||
| 62 | |||
| 63 | /* | ||
| 64 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 65 | */ | ||
| 66 | |||
| 67 | #define HAVE_SELECT | ||
| 68 | |||
| 69 | /* | ||
| 70 | * Define HAVE_PTYS if the system supports pty devices. | 57 | * Define HAVE_PTYS if the system supports pty devices. |
| 71 | */ | 58 | */ |
| 72 | 59 | ||
diff --git a/src/s/cxux.h b/src/s/cxux.h index 83694f59b06..6e711f9f651 100644 --- a/src/s/cxux.h +++ b/src/s/cxux.h | |||
| @@ -123,19 +123,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 123 | #define NO_TERMIO | 123 | #define NO_TERMIO |
| 124 | 124 | ||
| 125 | /* | 125 | /* |
| 126 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 127 | * Look in <sys/time.h> for a timeval structure. | ||
| 128 | */ | ||
| 129 | |||
| 130 | #define HAVE_TIMEVAL | ||
| 131 | |||
| 132 | /* | ||
| 133 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 134 | */ | ||
| 135 | |||
| 136 | #define HAVE_SELECT | ||
| 137 | |||
| 138 | /* | ||
| 139 | * Define HAVE_PTYS if the system supports pty devices. | 126 | * Define HAVE_PTYS if the system supports pty devices. |
| 140 | */ | 127 | */ |
| 141 | 128 | ||
diff --git a/src/s/dgux.h b/src/s/dgux.h index 5ecfb053e00..e93ce484cb9 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -67,19 +67,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 67 | #define INTERRUPT_INPUT | 67 | #define INTERRUPT_INPUT |
| 68 | 68 | ||
| 69 | /* | 69 | /* |
| 70 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 71 | * Look in <sys/time.h> for a timeval structure. | ||
| 72 | */ | ||
| 73 | |||
| 74 | #define HAVE_TIMEVAL | ||
| 75 | |||
| 76 | /* | ||
| 77 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 78 | */ | ||
| 79 | |||
| 80 | #define HAVE_SELECT | ||
| 81 | |||
| 82 | /* | ||
| 83 | * Define HAVE_SOCKETS if the system supports sockets. | 70 | * Define HAVE_SOCKETS if the system supports sockets. |
| 84 | */ | 71 | */ |
| 85 | 72 | ||
diff --git a/src/s/esix.h b/src/s/esix.h index 57e241b47da..64d0822bf5f 100644 --- a/src/s/esix.h +++ b/src/s/esix.h | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #include "usg5-3.h" | 4 | #include "usg5-3.h" |
| 5 | 5 | ||
| 6 | #define HAVE_TIMEVAL | ||
| 7 | |||
| 8 | /* Some versions of V.3 have this, but not all. ESIX does. */ | 6 | /* Some versions of V.3 have this, but not all. ESIX does. */ |
| 9 | #define HAVE_PTYS | 7 | #define HAVE_PTYS |
| 10 | #define SYSV_PTYS | 8 | #define SYSV_PTYS |
| @@ -23,6 +21,4 @@ | |||
| 23 | /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */ | 21 | /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */ |
| 24 | #define NO_SIOCTL_H | 22 | #define NO_SIOCTL_H |
| 25 | #define NEED_PTEM_H | 23 | #define NEED_PTEM_H |
| 26 | #define USG_SYS_TIME | ||
| 27 | #define USE_UTIME | ||
| 28 | #define BROKEN_FIONREAD | 24 | #define BROKEN_FIONREAD |
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index aff40d68446..c06df2be6b3 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -192,9 +192,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 192 | #define HAVE_SYS_SIGLIST | 192 | #define HAVE_SYS_SIGLIST |
| 193 | #define HAVE_GETWD /* cure conflict with getcwd? */ | 193 | #define HAVE_GETWD /* cure conflict with getcwd? */ |
| 194 | 194 | ||
| 195 | #define USE_UTIME /* don't have utimes */ | ||
| 196 | #define SYSV_SYSTEM_DIR /* use dirent.h */ | 195 | #define SYSV_SYSTEM_DIR /* use dirent.h */ |
| 197 | #define USG_SYS_TIME /* use sys/time.h, not time.h */ | ||
| 198 | 196 | ||
| 199 | #define POSIX /* affects getpagesize.h and systty.h */ | 197 | #define POSIX /* affects getpagesize.h and systty.h */ |
| 200 | #define POSIX_SIGNALS | 198 | #define POSIX_SIGNALS |
diff --git a/src/s/hpux.h b/src/s/hpux.h index c7e02a007cb..125f6b33d03 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -58,28 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 58 | 58 | ||
| 59 | #define HAVE_TERMIO | 59 | #define HAVE_TERMIO |
| 60 | 60 | ||
| 61 | /* Says to include time.h, and not include sys/time.h. */ | ||
| 62 | |||
| 63 | #define NEED_TIME_H | ||
| 64 | |||
| 65 | /* | ||
| 66 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 67 | * Look in <sys/time.h> for a timeval structure. | ||
| 68 | */ | ||
| 69 | |||
| 70 | #define HAVE_TIMEVAL | ||
| 71 | |||
| 72 | /* With HAVE_TIMEVAL define, Emacs expects to use `utimes'. | ||
| 73 | But HPUX does not have one. */ | ||
| 74 | |||
| 75 | #define MISSING_UTIMES | ||
| 76 | |||
| 77 | /* | ||
| 78 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 79 | */ | ||
| 80 | |||
| 81 | #define HAVE_SELECT | ||
| 82 | |||
| 83 | /* | 61 | /* |
| 84 | * Define HAVE_PTYS if the system supports pty devices. | 62 | * Define HAVE_PTYS if the system supports pty devices. |
| 85 | */ | 63 | */ |
diff --git a/src/s/iris3-5.h b/src/s/iris3-5.h index a01ba137c5b..d82bd732c7c 100644 --- a/src/s/iris3-5.h +++ b/src/s/iris3-5.h | |||
| @@ -55,23 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | #define HAVE_TIMEVAL | ||
| 63 | |||
| 64 | /* `utime' system call doesn't understand timevals. */ | ||
| 65 | |||
| 66 | #define IRIS_UTIME | ||
| 67 | |||
| 68 | /* | ||
| 69 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 70 | */ | ||
| 71 | |||
| 72 | #define HAVE_SELECT | ||
| 73 | |||
| 74 | /* | ||
| 75 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 76 | */ | 59 | */ |
| 77 | 60 | ||
diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index a4e424b7c84..504560cd36b 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h | |||
| @@ -55,23 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | #define HAVE_TIMEVAL | ||
| 63 | |||
| 64 | /* `utime' system call doesn't understand timevals. */ | ||
| 65 | |||
| 66 | #define IRIS_UTIME | ||
| 67 | |||
| 68 | /* | ||
| 69 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 70 | */ | ||
| 71 | |||
| 72 | #define HAVE_SELECT | ||
| 73 | |||
| 74 | /* | ||
| 75 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 76 | */ | 59 | */ |
| 77 | 60 | ||
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index aad4ed86769..b34831e7c66 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -58,23 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 58 | #define HAVE_TERMIO | 58 | #define HAVE_TERMIO |
| 59 | 59 | ||
| 60 | /* | 60 | /* |
| 61 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 62 | * Look in <sys/time.h> for a timeval structure. | ||
| 63 | */ | ||
| 64 | |||
| 65 | #define HAVE_TIMEVAL | ||
| 66 | |||
| 67 | /* `utime' system call doesn't understand timevals. */ | ||
| 68 | |||
| 69 | #define IRIS_UTIME | ||
| 70 | |||
| 71 | /* | ||
| 72 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 73 | */ | ||
| 74 | |||
| 75 | #define HAVE_SELECT | ||
| 76 | |||
| 77 | /* | ||
| 78 | * Define HAVE_PTYS if the system supports pty devices. | 61 | * Define HAVE_PTYS if the system supports pty devices. |
| 79 | */ | 62 | */ |
| 80 | 63 | ||
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 589773a8213..c8097bb98b0 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | #include <alloca.h> | 8 | #include <alloca.h> |
| 9 | #endif | 9 | #endif |
| 10 | 10 | ||
| 11 | #undef IRIS_UTIME | ||
| 12 | #undef NEED_SIOCTL | 11 | #undef NEED_SIOCTL |
| 13 | 12 | ||
| 14 | /* Make process_send_signal work by "typing" a signal character on the pty. */ | 13 | /* Make process_send_signal work by "typing" a signal character on the pty. */ |
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index b15b15c830c..52a6629d3ff 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | 5 | ||
| 6 | /* With this defined, subprocesses made by (e.g.) M-x grep don't exit | 6 | /* With this defined, subprocesses made by (e.g.) M-x grep don't exit |
| 7 | cleanly, they just hang. ISC 2.2.1 does have select, in the -linet | 7 | cleanly, they just hang. ISC 2.2.1 does have select, in the -linet |
| 8 | library, but I guess it's not what Emacs needs. --karl@cs.umb.edu | 8 | library, but I guess it's not what Emacs needs. --karl@cs.umb.edu */ |
| 9 | #define HAVE_SELECT */ | 9 | #undef HAVE_SELECT /* override configuration decision */ |
| 10 | 10 | ||
| 11 | /* Although ISC has sockets, again in -linet, again it's not what Emacs | 11 | /* Although ISC has sockets, again in -linet, again it's not what Emacs |
| 12 | needs. With this defined, interrupt-shell-subjob and the like do | 12 | needs. With this defined, interrupt-shell-subjob and the like do |
| @@ -43,9 +43,6 @@ | |||
| 43 | # define LIB_STANDARD -lPW -lc | 43 | # define LIB_STANDARD -lPW -lc |
| 44 | #endif /* !__GNUC__ */ | 44 | #endif /* !__GNUC__ */ |
| 45 | 45 | ||
| 46 | /* mt00@etherm.co.uk says this is needed for process.c. */ | ||
| 47 | #define USE_UTIME | ||
| 48 | |||
| 49 | #define NO_X_DESTROY_DATABASE | 46 | #define NO_X_DESTROY_DATABASE |
| 50 | 47 | ||
| 51 | /* This communicates with m-intel386.h. */ | 48 | /* This communicates with m-intel386.h. */ |
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 62e6ebd80b3..d2fcc7b7452 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h | |||
| @@ -2,16 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | #include "isc2-2.h" | 3 | #include "isc2-2.h" |
| 4 | 4 | ||
| 5 | /* These have been moved into isc2-2.h. */ | 5 | /* This has been moved into isc2-2.h. */ |
| 6 | /* #define HAVE_SOCKETS | 6 | /* #define HAVE_SOCKETS */ |
| 7 | #define HAVE_SELECT */ | ||
| 8 | 7 | ||
| 9 | /* This appears on 3.0, presumably as part of what SunSoft call X2. */ | 8 | /* This appears on 3.0, presumably as part of what SunSoft call X2. */ |
| 10 | #undef NO_X_DESTROY_DATABASE | 9 | #undef NO_X_DESTROY_DATABASE |
| 11 | 10 | ||
| 12 | /* mt00@etherm.co.uk says this is needed for process.c. */ | ||
| 13 | #define HAVE_TIMEVAL | ||
| 14 | |||
| 15 | /* People say that using -traditional causes lossage with `const', | 11 | /* People say that using -traditional causes lossage with `const', |
| 16 | so we might as well try getting rid of -traditional. */ | 12 | so we might as well try getting rid of -traditional. */ |
| 17 | #undef C_SWITCH_SYSTEM | 13 | #undef C_SWITCH_SYSTEM |
diff --git a/src/s/msdos.h b/src/s/msdos.h index aef2d582a53..f1d2d1efb47 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -81,19 +81,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 81 | /* #define FIRST_PTY_LETTER 'a' */ | 81 | /* #define FIRST_PTY_LETTER 'a' */ |
| 82 | 82 | ||
| 83 | /* | 83 | /* |
| 84 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 85 | * Look in <sys/time.h> for a timeval structure. | ||
| 86 | */ | ||
| 87 | |||
| 88 | #define HAVE_TIMEVAL | ||
| 89 | |||
| 90 | /* | ||
| 91 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 92 | */ | ||
| 93 | |||
| 94 | /* #define HAVE_SELECT */ | ||
| 95 | |||
| 96 | /* | ||
| 97 | * Define HAVE_PTYS if the system supports pty devices. | 84 | * Define HAVE_PTYS if the system supports pty devices. |
| 98 | */ | 85 | */ |
| 99 | 86 | ||
diff --git a/src/s/rtu.h b/src/s/rtu.h index 855c79b6caa..6a435d785a1 100644 --- a/src/s/rtu.h +++ b/src/s/rtu.h | |||
| @@ -64,19 +64,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 64 | #define FIRST_PTY_LETTER 'z' /* i.e. no PTY_LETTERs */ | 64 | #define FIRST_PTY_LETTER 'z' /* i.e. no PTY_LETTERs */ |
| 65 | 65 | ||
| 66 | /* | 66 | /* |
| 67 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 68 | * Look in <sys/time.h> for a timeval structure. | ||
| 69 | */ | ||
| 70 | |||
| 71 | #define HAVE_TIMEVAL | ||
| 72 | |||
| 73 | /* | ||
| 74 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 75 | */ | ||
| 76 | |||
| 77 | #define HAVE_SELECT | ||
| 78 | |||
| 79 | /* | ||
| 80 | * Define HAVE_PTYS if the system supports pty devices. | 67 | * Define HAVE_PTYS if the system supports pty devices. |
| 81 | */ | 68 | */ |
| 82 | 69 | ||
diff --git a/src/s/sco4.h b/src/s/sco4.h index f5ca1698676..e1df8b2dff5 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -44,9 +44,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 44 | /* SCO has termios. */ | 44 | /* SCO has termios. */ |
| 45 | #define HAVE_TERMIOS | 45 | #define HAVE_TERMIOS |
| 46 | 46 | ||
| 47 | /* SCO has timeval. */ | ||
| 48 | #define HAVE_TIMEVAL | ||
| 49 | |||
| 50 | /* SCO has ptys with unusual names. */ | 47 | /* SCO has ptys with unusual names. */ |
| 51 | #define HAVE_PTYS | 48 | #define HAVE_PTYS |
| 52 | 49 | ||
diff --git a/src/s/template.h b/src/s/template.h index 3cee20afff6..ec914d17a83 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -91,19 +91,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 91 | /* #define HAVE_TERMIO */ | 91 | /* #define HAVE_TERMIO */ |
| 92 | 92 | ||
| 93 | /* | 93 | /* |
| 94 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 95 | * Look in <sys/time.h> for a timeval structure. | ||
| 96 | */ | ||
| 97 | |||
| 98 | #define HAVE_TIMEVAL | ||
| 99 | |||
| 100 | /* | ||
| 101 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 102 | */ | ||
| 103 | |||
| 104 | /* #define HAVE_SELECT */ | ||
| 105 | |||
| 106 | /* | ||
| 107 | * Define HAVE_PTYS if the system supports pty devices. | 94 | * Define HAVE_PTYS if the system supports pty devices. |
| 108 | */ | 95 | */ |
| 109 | 96 | ||
diff --git a/src/s/umax.h b/src/s/umax.h index 076488064ac..53b9b419f82 100644 --- a/src/s/umax.h +++ b/src/s/umax.h | |||
| @@ -71,19 +71,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 71 | #define FIRST_PTY_LETTER 'p' | 71 | #define FIRST_PTY_LETTER 'p' |
| 72 | 72 | ||
| 73 | /* | 73 | /* |
| 74 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 75 | * Look in <sys/time.h> for a timeval structure. | ||
| 76 | */ | ||
| 77 | |||
| 78 | #define HAVE_TIMEVAL | ||
| 79 | |||
| 80 | /* | ||
| 81 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 82 | */ | ||
| 83 | |||
| 84 | #define HAVE_SELECT | ||
| 85 | |||
| 86 | /* | ||
| 87 | * Define HAVE_PTYS if the system supports pty devices. | 74 | * Define HAVE_PTYS if the system supports pty devices. |
| 88 | */ | 75 | */ |
| 89 | 76 | ||
diff --git a/src/s/umips.h b/src/s/umips.h index 5aea3439dac..608283eed61 100644 --- a/src/s/umips.h +++ b/src/s/umips.h | |||
| @@ -42,14 +42,13 @@ | |||
| 42 | 42 | ||
| 43 | #define HAVE_SYSVIPC | 43 | #define HAVE_SYSVIPC |
| 44 | 44 | ||
| 45 | #define HAVE_TIMEVAL | ||
| 46 | #if defined(emacs) | 45 | #if defined(emacs) |
| 47 | #include <bsd/sys/time.h> | 46 | #include <bsd/sys/time.h> |
| 48 | #endif | 47 | #endif |
| 49 | 48 | ||
| 50 | /* #define HAVE_SELECT | 49 | /* The `select' in the system won't work for pipes, |
| 51 | The `select' in the system won't work for pipes, | ||
| 52 | so don't use it. */ | 50 | so don't use it. */ |
| 51 | #define BROKEN_SELECT | ||
| 53 | 52 | ||
| 54 | #define HAVE_DUP2 | 53 | #define HAVE_DUP2 |
| 55 | #define HAVE_GETWD | 54 | #define HAVE_GETWD |
diff --git a/src/s/unipl5-0.h b/src/s/unipl5-0.h index d908b6c14ac..ed1f8349b6c 100644 --- a/src/s/unipl5-0.h +++ b/src/s/unipl5-0.h | |||
| @@ -58,19 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 58 | #define HAVE_TERMIO | 58 | #define HAVE_TERMIO |
| 59 | 59 | ||
| 60 | /* | 60 | /* |
| 61 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 62 | * Look in <sys/time.h> for a timeval structure. | ||
| 63 | */ | ||
| 64 | |||
| 65 | /* #define HAVE_TIMEVAL */ | ||
| 66 | |||
| 67 | /* | ||
| 68 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 69 | */ | ||
| 70 | |||
| 71 | /* #define HAVE_SELECT */ | ||
| 72 | |||
| 73 | /* | ||
| 74 | * Define HAVE_PTYS if the system supports pty devices. | 61 | * Define HAVE_PTYS if the system supports pty devices. |
| 75 | */ | 62 | */ |
| 76 | 63 | ||
diff --git a/src/s/unipl5-2.h b/src/s/unipl5-2.h index 94d7ebfe05c..fe2ea839101 100644 --- a/src/s/unipl5-2.h +++ b/src/s/unipl5-2.h | |||
| @@ -57,19 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 57 | #define HAVE_TERMIO | 57 | #define HAVE_TERMIO |
| 58 | 58 | ||
| 59 | /* | 59 | /* |
| 60 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 61 | * Look in <sys/time.h> for a timeval structure. | ||
| 62 | */ | ||
| 63 | |||
| 64 | #define HAVE_TIMEVAL | ||
| 65 | |||
| 66 | /* | ||
| 67 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 68 | */ | ||
| 69 | |||
| 70 | #define HAVE_SELECT | ||
| 71 | |||
| 72 | /* | ||
| 73 | * Define HAVE_PTYS if the system supports pty devices. | 60 | * Define HAVE_PTYS if the system supports pty devices. |
| 74 | */ | 61 | */ |
| 75 | 62 | ||
diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h index d849ce73310..8046c974faf 100644 --- a/src/s/usg5-0.h +++ b/src/s/usg5-0.h | |||
| @@ -56,19 +56,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 56 | #define HAVE_TERMIO | 56 | #define HAVE_TERMIO |
| 57 | 57 | ||
| 58 | /* | 58 | /* |
| 59 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 60 | * Look in <sys/time.h> for a timeval structure. | ||
| 61 | */ | ||
| 62 | |||
| 63 | /* #define HAVE_TIMEVAL */ | ||
| 64 | |||
| 65 | /* | ||
| 66 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 67 | */ | ||
| 68 | |||
| 69 | /* #define HAVE_SELECT */ | ||
| 70 | |||
| 71 | /* | ||
| 72 | * Define HAVE_PTYS if the system supports pty devices. | 59 | * Define HAVE_PTYS if the system supports pty devices. |
| 73 | */ | 60 | */ |
| 74 | 61 | ||
diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h index e08a0b7624e..bd07d3f957c 100644 --- a/src/s/usg5-2-2.h +++ b/src/s/usg5-2-2.h | |||
| @@ -55,19 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | /* #define HAVE_TIMEVAL */ | ||
| 63 | |||
| 64 | /* | ||
| 65 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 66 | */ | ||
| 67 | |||
| 68 | /* #define HAVE_SELECT */ | ||
| 69 | |||
| 70 | /* | ||
| 71 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 72 | */ | 59 | */ |
| 73 | 60 | ||
diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h index 09d436f3c76..a0ed89a48c5 100644 --- a/src/s/usg5-2.h +++ b/src/s/usg5-2.h | |||
| @@ -55,19 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_TERMIO | 55 | #define HAVE_TERMIO |
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 59 | * Look in <sys/time.h> for a timeval structure. | ||
| 60 | */ | ||
| 61 | |||
| 62 | /* #define HAVE_TIMEVAL */ | ||
| 63 | |||
| 64 | /* | ||
| 65 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 66 | */ | ||
| 67 | |||
| 68 | /* #define HAVE_SELECT */ | ||
| 69 | |||
| 70 | /* | ||
| 71 | * Define HAVE_PTYS if the system supports pty devices. | 58 | * Define HAVE_PTYS if the system supports pty devices. |
| 72 | */ | 59 | */ |
| 73 | 60 | ||
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index 53d47a3a058..f3e01228838 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h | |||
| @@ -57,22 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 57 | #define HAVE_TERMIO | 57 | #define HAVE_TERMIO |
| 58 | 58 | ||
| 59 | /* | 59 | /* |
| 60 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 61 | * Look in <sys/time.h> for a timeval structure. | ||
| 62 | */ | ||
| 63 | |||
| 64 | /* #define HAVE_TIMEVAL */ | ||
| 65 | |||
| 66 | /* | ||
| 67 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 68 | */ | ||
| 69 | |||
| 70 | /* SVr3.2 ports of X include an emulation of select in the libraries. */ | ||
| 71 | #ifdef HAVE_X_WINDOWS | ||
| 72 | #define HAVE_SELECT | ||
| 73 | #endif | ||
| 74 | |||
| 75 | /* | ||
| 76 | * Define HAVE_PTYS if the system supports pty devices. | 60 | * Define HAVE_PTYS if the system supports pty devices. |
| 77 | */ | 61 | */ |
| 78 | 62 | ||
| @@ -223,10 +207,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 223 | 207 | ||
| 224 | #define BROKEN_TIOCGWINSZ | 208 | #define BROKEN_TIOCGWINSZ |
| 225 | 209 | ||
| 226 | /* SVr3 does not have utimes(2) */ | ||
| 227 | |||
| 228 | #define USE_UTIME | ||
| 229 | |||
| 230 | /* If we're using the System V X port, BSD bstring functions will be handy */ | 210 | /* If we're using the System V X port, BSD bstring functions will be handy */ |
| 231 | 211 | ||
| 232 | #ifdef HAVE_X_WINDOWS | 212 | #ifdef HAVE_X_WINDOWS |
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 275382a030b..a8c09254dcb 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -103,11 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 103 | #define NSIG 32 | 103 | #define NSIG 32 |
| 104 | #endif | 104 | #endif |
| 105 | 105 | ||
| 106 | /* libc has this stuff, but not utimes. */ | ||
| 107 | |||
| 108 | #define HAVE_SELECT | ||
| 109 | #define HAVE_TIMEVAL | ||
| 110 | |||
| 111 | /* We need bss_end from emacs.c for undumping */ | 106 | /* We need bss_end from emacs.c for undumping */ |
| 112 | 107 | ||
| 113 | #ifndef USG_SHARED_LIBRARIES | 108 | #ifndef USG_SHARED_LIBRARIES |
diff --git a/src/s/vms.h b/src/s/vms.h index d8a8f4f36f3..95d1b747d0b 100644 --- a/src/s/vms.h +++ b/src/s/vms.h | |||
| @@ -50,19 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 50 | #define FIRST_PTY_LETTER 'a' | 50 | #define FIRST_PTY_LETTER 'a' |
| 51 | 51 | ||
| 52 | /* | 52 | /* |
| 53 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 54 | * Look in <sys/time.h> for a timeval structure. | ||
| 55 | */ | ||
| 56 | |||
| 57 | /* #define HAVE_TIMEVAL */ | ||
| 58 | |||
| 59 | /* | ||
| 60 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 61 | */ | ||
| 62 | |||
| 63 | #define HAVE_SELECT /* There is an emulation in vmsproc.c */ | ||
| 64 | |||
| 65 | /* | ||
| 66 | * Define HAVE_PTYS if the system supports pty devices. | 53 | * Define HAVE_PTYS if the system supports pty devices. |
| 67 | */ | 54 | */ |
| 68 | 55 | ||
diff --git a/src/s/xenix.h b/src/s/xenix.h index a93cd1906df..74c33e03a15 100644 --- a/src/s/xenix.h +++ b/src/s/xenix.h | |||
| @@ -78,19 +78,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 78 | #define HAVE_TERMIO | 78 | #define HAVE_TERMIO |
| 79 | 79 | ||
| 80 | /* | 80 | /* |
| 81 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | ||
| 82 | * Look in <sys/time.h> for a timeval structure. | ||
| 83 | */ | ||
| 84 | |||
| 85 | /* #define HAVE_TIMEVAL */ | ||
| 86 | |||
| 87 | /* | ||
| 88 | * Define HAVE_SELECT if the system supports the `select' system call. | ||
| 89 | */ | ||
| 90 | |||
| 91 | /* #define HAVE_SELECT */ | ||
| 92 | |||
| 93 | /* | ||
| 94 | * Define HAVE_PTYS if the system supports pty devices. | 81 | * Define HAVE_PTYS if the system supports pty devices. |
| 95 | */ | 82 | */ |
| 96 | 83 | ||