view src/s/isc4-0.h @ 242:fc816b73a05f

Added tag r20-5b19 for changeset f955c73f5258
author cvs
date Mon, 13 Aug 2007 10:16:17 +0200
parents 0132846995bd
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