1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 04:21:45 -07:00

(NEED_UNISTD_H): Defined.

This commit is contained in:
Richard M. Stallman 1994-11-28 18:03:04 +00:00
parent 378ac3148e
commit e79a0e1bf3
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -218,6 +218,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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

View file

@ -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