(HAVE_SETSID): Defined.
(LIB_STANDARD): Override, adding $(GNULIB_VAR).
/* Get most of the stuff from bsd4.3 */
#include "bsd4-3.h"
+#undef LIB_STANDARD
+#define LIB_STANDARD -lc $(GNULIB_VAR)
+
/* The following should be set to /netbsd if you are running netbsd > 0.8
Or just link /netbsd -> /386bsd */
#undef KERNEL_FILE
/* This affects a declaration in xrdb.c. */
#define DECLARE_GETPWUID_WITH_UID_T
+
+/* Reread the time zone on startup. */
+#define LOCALTIME_CACHE
+
+/* rich@lamprey.utmb.edu says needed for job control in subshells. */
+#define HAVE_SETSID