view src/s/isc4-0.h @ 8481:b4c5b7658550

(gnus-start-news-server): Fix the call to `error'.
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Aug 1994 04:38:37 +0000
parents f21e11ac80bb
children 73c6f6ff6f73
line wrap: on
line source

/* This is needed for ISC 4.0, but won't be needed for 4.1.  */

#include "isc3-0.h"

#define LIBS_SYSTEM -linet

#define ISC4_0
#define NEED_SIOCTL

/* fmcphers@csugrad.cs.vt.edu reported this was necessary.
   He used GCC.  I don't know what is needed with other compilers.  */
#ifdef __GNUC__
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
#endif