diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/convex.h | 3 | ||||
| -rw-r--r-- | src/s/hpux.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/m/convex.h b/src/m/convex.h index 272a033e36c..a0fbd6223df 100644 --- a/src/m/convex.h +++ b/src/m/convex.h | |||
| @@ -190,5 +190,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 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 | 192 | ||
| 193 | /* The convex has sys/wait.h but it does not work right. */ | 193 | /* There is some indication that the convex has sys/wait.h |
| 194 | but it does not work right. */ | ||
| 194 | #undef HAVE_SYS_WAIT_H | 195 | #undef HAVE_SYS_WAIT_H |
diff --git a/src/s/hpux.h b/src/s/hpux.h index 8b7bded93aa..c7842f1d6df 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -217,5 +217,5 @@ Boston, MA 02111-1307, USA. */ | |||
| 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 | 219 | ||
| 220 | /* HPUX 7 has sys/wait.h but it does not work right. */ | 220 | /* It's possible that HPUX 7 has sys/wait.h but it does not work right. */ |
| 221 | #undef HAVE_SYS_WAIT_H | 221 | #undef HAVE_SYS_WAIT_H |