]> git.eshelyaron.com Git - emacs.git/commitdiff
(LOCALTIME_CACHE): Defined.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 06:34:47 +0000 (06:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 06:34:47 +0000 (06:34 +0000)
(HAVE_SETSID): Defined.
(LIB_STANDARD): Override, adding $(GNULIB_VAR).

src/s/386bsd.h

index 2a68b0092a88adf5fe02d6061773c779e1fd823b..5ce2892345a7aa1056e68e94669369b8dee6e058 100644 (file)
@@ -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