annotate src/s/isc4-0.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children 6330739388db
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 #undef LIBS_SYSTEM
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
6 #define LIBS_SYSTEM "-linet -lcposix"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 #define ISC4_0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 He used GCC. I don't know what is needed with other compilers. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #ifdef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #undef LIBX11_SYSTEM
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 0
diff changeset
14 #define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lcposix -lc"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #endif