annotate src/s/esix.h @ 377:d883f39b8495 r21-2b4

Import from CVS: tag r21-2b4
author cvs
date Mon, 13 Aug 2007 11:05:42 +0200
parents 6330739388db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 /* Definitions for ESIX, a variant of v.5.3 for the 386. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 /* These are based on reports for ESIX 5.3.2 D. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 #include "usg5-3.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 /* Some versions of V.3 have this, but not all. ESIX does. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #define HAVE_PTYS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #define SYSV_PTYS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 /* Have -lg be used for debugging. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #undef LIBS_DEBUG
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
14 #define LIBS_DEBUG "-lg"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 /* If using Roell's X server, define X11R4 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #ifdef X11R4 /* Roell's X server */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 #define select sys_select /* Emacs select() not good enough? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #endif /* X11R4 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 #define NO_SIOCTL_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 #define NEED_PTEM_H