changeset 4271:fd05e9662279

(LOCALTIME_CACHE): Defined. (HAVE_SETSID): Defined. (LIB_STANDARD): Override, adding $(GNULIB_VAR).
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Jul 1993 06:34:47 +0000
parents 3ce8e11f338b
children 41c85882768c
files src/s/386bsd.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/386bsd.h	Sun Jul 25 06:00:32 1993 +0000
+++ b/src/s/386bsd.h	Sun Jul 25 06:34:47 1993 +0000
@@ -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
+
+/* rich@lamprey.utmb.edu says needed for job control in subshells.  */
+#define HAVE_SETSID