diff src/s/isc4-0.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children 0132846995bd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/isc4-0.h	Mon Aug 13 08:45:50 2007 +0200
@@ -0,0 +1,15 @@
+/* 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