aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-28 18:03:04 +0000
committerRichard M. Stallman1994-11-28 18:03:04 +0000
commite79a0e1bf3feafe26843cd2369c72487ffb3ab0b (patch)
tree259ed835289948c72424f65239d640bddb128505 /src/s
parent378ac3148e7e4c95490e46abd799c1d71ff7f262 (diff)
downloademacs-e79a0e1bf3feafe26843cd2369c72487ffb3ab0b.tar.gz
emacs-e79a0e1bf3feafe26843cd2369c72487ffb3ab0b.zip
(NEED_UNISTD_H): Defined.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix3-1.h3
-rw-r--r--src/s/irix4-0.h3
2 files changed, 6 insertions, 0 deletions
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