annotate src/s/esix.h @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 376386a54a3c
children 0132846995bd
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
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #define LIBS_DEBUG -lg
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 #undef LIBX11_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #define LIBX11_SYSTEM -lpt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #endif /* X11R4 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #define NO_SIOCTL_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #define NEED_PTEM_H