diff options
| author | Richard M. Stallman | 2001-11-17 03:48:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-17 03:48:21 +0000 |
| commit | fc3b70c887755655df6433ea189a7c02475179db (patch) | |
| tree | bc46e1063b2b38fd40ee9f7ad9e781fe635a246b | |
| parent | d7782c71455f35bfddf30233dd156aaa9e77d495 (diff) | |
| download | emacs-fc3b70c887755655df6433ea189a7c02475179db.tar.gz emacs-fc3b70c887755655df6433ea189a7c02475179db.zip | |
(HAVE_SYS_WAIT_H): Add #undef.
| -rw-r--r-- | src/m/convex.h | 3 | ||||
| -rw-r--r-- | src/s/hpux.h | 3 | ||||
| -rw-r--r-- | src/s/isc4-1.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/m/convex.h b/src/m/convex.h index bd5125a2435..272a033e36c 100644 --- a/src/m/convex.h +++ b/src/m/convex.h | |||
| @@ -189,3 +189,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 189 | -L /usr/lib \ | 189 | -L /usr/lib \ |
| 190 | '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' | 190 | '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' |
| 191 | #endif | 191 | #endif |
| 192 | |||
| 193 | /* The convex has sys/wait.h but it does not work right. */ | ||
| 194 | #undef HAVE_SYS_WAIT_H | ||
diff --git a/src/s/hpux.h b/src/s/hpux.h index 36d6680a9f2..8b7bded93aa 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -216,3 +216,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 216 | 216 | ||
| 217 | /* This triggers a conditional in xfaces.c. */ | 217 | /* This triggers a conditional in xfaces.c. */ |
| 218 | #define XOS_NEEDS_TIME_H | 218 | #define XOS_NEEDS_TIME_H |
| 219 | |||
| 220 | /* HPUX 7 has sys/wait.h but it does not work right. */ | ||
| 221 | #undef HAVE_SYS_WAIT_H | ||
diff --git a/src/s/isc4-1.h b/src/s/isc4-1.h index dcb66b742b4..df549b9fb7b 100644 --- a/src/s/isc4-1.h +++ b/src/s/isc4-1.h | |||
| @@ -27,3 +27,6 @@ | |||
| 27 | /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */ | 27 | /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */ |
| 28 | /* defined at the same time. */ | 28 | /* defined at the same time. */ |
| 29 | #undef HAVE_TERMIO | 29 | #undef HAVE_TERMIO |
| 30 | |||
| 31 | /* ISC 4.1 has sys/wait.h but it does not work right. */ | ||
| 32 | #undef HAVE_SYS_WAIT_H | ||