annotate src/s/isc4-0.h @ 132:757f1c4d15f7
xemacs-20-1
Added tag xemacs-20-1p4 for changeset 869e1851236b
author |
cvs |
date |
Mon, 13 Aug 2007 09:29:09 +0200 |
parents |
376386a54a3c |
children |
0132846995bd |
rev |
line source |
0
|
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
|