comparison src/s/esix.h @ 535:c69610198c35

[xemacs-hg @ 2001-05-14 04:52:02 by martinb] Eliminate the need to define HAVE_PTYS in s&m files.
author martinb
date Mon, 14 May 2001 04:52:49 +0000
parents 3ecd8885ac67
children b39c14581166
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
2 2
3 /* Definitions for ESIX, a variant of v.5.3 for the 386. */ 3 /* Definitions for ESIX, a variant of v.5.3 for the 386. */
4 /* These are based on reports for ESIX 5.3.2 D. */ 4 /* These are based on reports for ESIX 5.3.2 D. */
5 5
6 #include "usg5-3.h" 6 #include "usg5-3.h"
7
8 /* Some versions of V.3 have this, but not all. ESIX does. */
9 #define HAVE_PTYS
10 #define SYSV_PTYS
11 7
12 /* Have -lg be used for debugging. */ 8 /* Have -lg be used for debugging. */
13 #undef LIBS_DEBUG 9 #undef LIBS_DEBUG
14 #define LIBS_DEBUG "-lg" 10 #define LIBS_DEBUG "-lg"
15 11