diff options
| author | Richard M. Stallman | 1994-11-13 21:27:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-13 21:27:30 +0000 |
| commit | 930c87d7956c40e2eb457cb630c905e88a475265 (patch) | |
| tree | 2fb94c0fd5377b9f9060458f35aa2f7a8de257ae /src | |
| parent | eab9d4233d5b26ba0320375685050225f757e148 (diff) | |
| download | emacs-930c87d7956c40e2eb457cb630c905e88a475265.tar.gz emacs-930c87d7956c40e2eb457cb630c905e88a475265.zip | |
(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
correct definitions from sys/wait.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index aeea8555e79..32c9ae8fb35 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -16,6 +16,8 @@ | |||
| 16 | #ifndef __GNUC__ | 16 | #ifndef __GNUC__ |
| 17 | /* Make room for enough symbols, so dispnew.c does not fail. */ | 17 | /* Make room for enough symbols, so dispnew.c does not fail. */ |
| 18 | #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD | 18 | #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD |
| 19 | #else | ||
| 20 | #define C_SWITCH_SYSTEM -D_BSD | ||
| 19 | #endif | 21 | #endif |
| 20 | 22 | ||
| 21 | #if 0 /* These definitions run into a bug in hpux | 23 | #if 0 /* These definitions run into a bug in hpux |