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

Import from CVS: tag r21-2b4
author cvs
date Mon, 13 Aug 2007 11:05:42 +0200
parents 0132846995bd
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 #include "isc3-0.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 /* ISC 4.1 has renamed __setostype, but also has fixed the bug
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 for which we needed to call it; so just do nothing. uddeborg@carmen.se. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #undef EXTRA_INITIALIZE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #define ISC4_1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #undef LIBS_SYSTEM
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
12 #define LIBS_SYSTEM "-linet"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 /* uddeborg@carmen.se recommends the rest of this file. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 /* A special startup file is used when compiling with Posix. */
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
17 #define START_FILES "pre-crt0.o /lib/crtp1.o"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 /* -lPW is only needed if not using Gcc. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #undef LIB_STANDARD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #if defined (__GNUC__)
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
22 # define LIB_STANDARD "-lcposix -lc /lib/crtn.o"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 #else /* !__GNUC__ */
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
24 # define LIB_STANDARD "-lPW -lcposix -lc /lib/crtn.o"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #endif /* !__GNUC__ */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 /* We have Posix termios. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #define HAVE_TERMIOS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 /* defined at the same time. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #undef HAVE_TERMIO