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:
parent
378ac3148e
commit
e79a0e1bf3
3 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue