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 |
rev |
line source |
0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 #include "isc3-0.h"
|
|
4
|
|
5 #undef LIBS_SYSTEM
|
163
|
6 #define LIBS_SYSTEM "-linet -lcposix"
|
0
|
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
|
163
|
14 #define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lcposix -lc"
|
0
|
15 #endif
|