annotate src/s/ptx4-2.h @ 83221:0fc4928cc48e

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-617 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-618 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-619 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-623 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-624 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-261
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 19 Oct 2004 17:00:02 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22944
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "ptx4.h"
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 /* Gelling Kevan (gellingk.eurostar@ems.rail.co.uk)
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 says that PTX 4.2.3 needs this version. */
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #undef SETUP_SLAVE_PTY
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 #define SETUP_SLAVE_PTY \
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 if (ioctl (xforkin, I_PUSH, "ptem") == -1) \
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 fatal ("ioctl I_PUSH ptem", errno); \
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 fatal ("ioctl I_PUSH ldterm", errno);
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 /* Gelling Kevan (gellingk.eurostar@ems.rail.co.uk)
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 says that gmalloc.c needs _POSIX_SOURCE.
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 This defines _POSIX_SOURCE only for gmalloc.c. */
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 #ifdef _MALLOC_INTERNAL
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 #define _POSIX_SOURCE
c2bb9ab28588 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 #endif
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22944
diff changeset
18
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22944
diff changeset
19 /* arch-tag: 10a9fab3-9e84-4e9e-9535-6ff42baf9e77
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22944
diff changeset
20 (do not change this comment) */