annotate src/s/isc3-0.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 /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #include "isc2-2.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 /* This appears on 3.0, presumably as part of what SunSoft call X2. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 #undef NO_X_DESTROY_DATABASE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 /* People say that using -traditional causes lossage with `const',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 so we might as well try getting rid of -traditional. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #undef C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 /* TIOCGWINSZ isn't broken; you just have to know where to find it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #undef BROKEN_TIOCGWINSZ
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #define NEED_SIOCTL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 /* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 ensures that we don't lose the traditional symbols as a side effect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 from this or __STDC__ being defined. */
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
22 #define C_SWITCH_SYSTEM "-D_XOPEN_SOURCE -D_SYSV3"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #ifdef __GNUC__ /* Currently we use -lcposix only with gcc */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 /* This works around a bug in ISC 4.0 and 3.0; it fails
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 to clear the "POSIX process" flag on an exec.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 It won't be needed for 4.1. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #define EXTRA_INITIALIZE __setostype (0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #endif