diff options
| author | Richard M. Stallman | 1994-11-28 18:03:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-28 18:03:04 +0000 |
| commit | e79a0e1bf3feafe26843cd2369c72487ffb3ab0b (patch) | |
| tree | 259ed835289948c72424f65239d640bddb128505 /src/m | |
| parent | 378ac3148e7e4c95490e46abd799c1d71ff7f262 (diff) | |
| download | emacs-e79a0e1bf3feafe26843cd2369c72487ffb3ab0b.tar.gz emacs-e79a0e1bf3feafe26843cd2369c72487ffb3ab0b.zip | |
(NEED_UNISTD_H): Defined.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibm370aix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/ibm370aix.h b/src/m/ibm370aix.h index 8b9b8499770..57b5ff67b9d 100644 --- a/src/m/ibm370aix.h +++ b/src/m/ibm370aix.h | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | #define AIX | 5 | #define AIX |
| 6 | 6 | ||
| 7 | /* Include unistd.h, even though we don't define POSIX. */ | ||
| 8 | #define NEED_UNISTD_H | ||
| 9 | |||
| 7 | /* these were defined in "ibmps2-aix.h" */ | 10 | /* these were defined in "ibmps2-aix.h" */ |
| 8 | #undef INTEL386 | 11 | #undef INTEL386 |
| 9 | #undef aix386 | 12 | #undef aix386 |