view 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
line wrap: on
line source

/* Synched up with: FSF 19.31. */

#include "isc3-0.h"

#undef LIBS_SYSTEM
#define LIBS_SYSTEM "-linet -lcposix"

#define ISC4_0

/* 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