comparison src/s/isc4-0.h @ 14443:4e472b8b55c5

(LIBS_SYSTEM): Use -linet unconditionally.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Jan 1996 20:58:24 +0000
parents 8ba3a8c5dc43
children 4406a040b043
comparison
equal deleted inserted replaced
14442:b5239b500b27 14443:4e472b8b55c5
1 #include "isc3-0.h" 1 #include "isc3-0.h"
2 2
3 #undef LIBS_SYSTEM 3 #undef LIBS_SYSTEM
4 #ifdef HAVE_X_WINDOWS
5 #define LIBS_SYSTEM -linet -lcposix 4 #define LIBS_SYSTEM -linet -lcposix
6 #else
7 #define LIBS_SYSTEM -lcposix
8 #endif
9 5
10 #define ISC4_0 6 #define ISC4_0
11 7
12 /* fmcphers@csugrad.cs.vt.edu reported this was necessary. 8 /* fmcphers@csugrad.cs.vt.edu reported this was necessary.
13 He used GCC. I don't know what is needed with other compilers. */ 9 He used GCC. I don't know what is needed with other compilers. */