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 | |
| parent | 378ac3148e7e4c95490e46abd799c1d71ff7f262 (diff) | |
| download | emacs-e79a0e1bf3feafe26843cd2369c72487ffb3ab0b.tar.gz emacs-e79a0e1bf3feafe26843cd2369c72487ffb3ab0b.zip | |
(NEED_UNISTD_H): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibm370aix.h | 3 | ||||
| -rw-r--r-- | src/s/aix3-1.h | 3 | ||||
| -rw-r--r-- | src/s/irix4-0.h | 3 |
3 files changed, 9 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 |
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 3c33b210153..7ce23b41167 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -218,6 +218,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 218 | 218 | ||
| 219 | #define SYSTEM_MALLOC | 219 | #define SYSTEM_MALLOC |
| 220 | 220 | ||
| 221 | /* Include unistd.h, even though we don't define POSIX. */ | ||
| 222 | #define NEED_UNISTD_H | ||
| 223 | |||
| 221 | /* AIX doesn't define this. */ | 224 | /* AIX doesn't define this. */ |
| 222 | #define unix 1 | 225 | #define unix 1 |
| 223 | 226 | ||
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index c8097bb98b0..722cac19650 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -10,6 +10,9 @@ | |||
| 10 | 10 | ||
| 11 | #undef NEED_SIOCTL | 11 | #undef NEED_SIOCTL |
| 12 | 12 | ||
| 13 | /* Include unistd.h, even though we don't define POSIX. */ | ||
| 14 | #define NEED_UNISTD_H | ||
| 15 | |||
| 13 | /* Make process_send_signal work by "typing" a signal character on the pty. */ | 16 | /* Make process_send_signal work by "typing" a signal character on the pty. */ |
| 14 | #define SIGNALS_VIA_CHARACTERS | 17 | #define SIGNALS_VIA_CHARACTERS |
| 15 | 18 | ||