Mercurial > emacs
view src/s/ptx4-2.h @ 90288:7432ca837c8d
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 16-33)
- Update from CVS
- Install ERC.
- Fix ERC compiler warnings.
- Use utf-8 encoding in ERC ChangeLogs.
- Merge ERC-related Viper hacks into Viper.
- Merge from erc--main--0
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 8-13)
- Merge from emacs--devo--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 01 Feb 2006 10:07:17 +0000 |
parents | 68c22ea6027c |
children |
line wrap: on
line source
#include "ptx4.h" /* Gelling Kevan (gellingk.eurostar@ems.rail.co.uk) says that PTX 4.2.3 needs this version. */ #undef SETUP_SLAVE_PTY #define SETUP_SLAVE_PTY \ if (ioctl (xforkin, I_PUSH, "ptem") == -1) \ fatal ("ioctl I_PUSH ptem", errno); \ if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \ fatal ("ioctl I_PUSH ldterm", errno); /* Gelling Kevan (gellingk.eurostar@ems.rail.co.uk) says that gmalloc.c needs _POSIX_SOURCE. This defines _POSIX_SOURCE only for gmalloc.c. */ #ifdef _MALLOC_INTERNAL #define _POSIX_SOURCE #endif /* arch-tag: 10a9fab3-9e84-4e9e-9535-6ff42baf9e77 (do not change this comment) */