Mercurial > emacs
changeset 10077:ee5e9fbcd051
(NEED_UNISTD_H): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Nov 1994 18:03:04 +0000 |
parents | a7308fb078c9 |
children | 42b9a0dbdb63 |
files | src/m/ibm370aix.h src/s/aix3-1.h src/s/irix4-0.h |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibm370aix.h Mon Nov 28 17:59:41 1994 +0000 +++ b/src/m/ibm370aix.h Mon Nov 28 18:03:04 1994 +0000 @@ -4,6 +4,9 @@ #define AIX +/* Include unistd.h, even though we don't define POSIX. */ +#define NEED_UNISTD_H + /* these were defined in "ibmps2-aix.h" */ #undef INTEL386 #undef aix386
--- a/src/s/aix3-1.h Mon Nov 28 17:59:41 1994 +0000 +++ b/src/s/aix3-1.h Mon Nov 28 18:03:04 1994 +0000 @@ -218,6 +218,9 @@ #define SYSTEM_MALLOC +/* Include unistd.h, even though we don't define POSIX. */ +#define NEED_UNISTD_H + /* AIX doesn't define this. */ #define unix 1
--- a/src/s/irix4-0.h Mon Nov 28 17:59:41 1994 +0000 +++ b/src/s/irix4-0.h Mon Nov 28 18:03:04 1994 +0000 @@ -10,6 +10,9 @@ #undef NEED_SIOCTL +/* Include unistd.h, even though we don't define POSIX. */ +#define NEED_UNISTD_H + /* Make process_send_signal work by "typing" a signal character on the pty. */ #define SIGNALS_VIA_CHARACTERS