aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/386bsd.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-07-25 06:34:47 +0000
committerRichard M. Stallman <[email protected]>1993-07-25 06:34:47 +0000
commit1c3d8eebf512a693b1a37970b44b67acf480c5aa (patch)
treecc85e8789e1b54976b676306367fec0fa00fe87d /src/s/386bsd.h
parentff4c9993ec68fbe488c895da6cad99bccfd1f980 (diff)
(LOCALTIME_CACHE): Defined.
(HAVE_SETSID): Defined. (LIB_STANDARD): Override, adding $(GNULIB_VAR).
Diffstat (limited to 'src/s/386bsd.h')
-rw-r--r--src/s/386bsd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/s/386bsd.h b/src/s/386bsd.h
index 2a68b0092a..5ce2892345 100644
--- a/src/s/386bsd.h
+++ b/src/s/386bsd.h
@@ -3,6 +3,9 @@
/* 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
@@ -19,3 +22,9 @@
/* This affects a declaration in xrdb.c. */
#define DECLARE_GETPWUID_WITH_UID_T
+
+/* Reread the time zone on startup. */
+#define LOCALTIME_CACHE
+
+/* [email protected] says needed for job control in subshells. */
+#define HAVE_SETSID