comparison src/s/isc4-0.h @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents 0132846995bd
children
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
4 4
5 #undef LIBS_SYSTEM 5 #undef LIBS_SYSTEM
6 #define LIBS_SYSTEM "-linet -lcposix" 6 #define LIBS_SYSTEM "-linet -lcposix"
7 7
8 #define ISC4_0 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