comparison src/s/isc4-0.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children 0132846995bd
comparison
equal deleted inserted replaced
-1:000000000000 0:376386a54a3c
1 /* Synched up with: FSF 19.31. */
2
3 #include "isc3-0.h"
4
5 #undef LIBS_SYSTEM
6 #define LIBS_SYSTEM -linet -lcposix
7
8 #define ISC4_0
9
10 /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
11 He used GCC. I don't know what is needed with other compilers. */
12 #ifdef __GNUC__
13 #undef LIBX11_SYSTEM
14 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
15 #endif