comparison 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
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
1 /* Synched up with: FSF 19.31. */ 1 /* Synched up with: FSF 19.31. */
2 2
3 #include "isc3-0.h" 3 #include "isc3-0.h"
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 9
10 /* fmcphers@csugrad.cs.vt.edu reported this was necessary. 10 /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
11 He used GCC. I don't know what is needed with other compilers. */ 11 He used GCC. I don't know what is needed with other compilers. */
12 #ifdef __GNUC__ 12 #ifdef __GNUC__
13 #undef LIBX11_SYSTEM 13 #undef LIBX11_SYSTEM
14 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc 14 #define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lcposix -lc"
15 #endif 15 #endif