(LIBS_SYSTEM): Use -linet unconditionally.

This commit is contained in:
Karl Heuer 1996-01-30 20:58:24 +00:00
parent 7339384c9e
commit e2d463e5c2

View file

@ -1,11 +1,7 @@
#include "isc3-0.h"
#undef LIBS_SYSTEM
#ifdef HAVE_X_WINDOWS
#define LIBS_SYSTEM -linet -lcposix
#else
#define LIBS_SYSTEM -lcposix
#endif
#define ISC4_0