comparison src/s/386bsd.h @ 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 19f077831e72
children 50216826c507
comparison
equal deleted inserted replaced
4270:3ce8e11f338b 4271:fd05e9662279
1 /* s/ file for 386bsd system. */ 1 /* s/ file for 386bsd system. */
2 2
3 /* Get most of the stuff from bsd4.3 */ 3 /* Get most of the stuff from bsd4.3 */
4 #include "bsd4-3.h" 4 #include "bsd4-3.h"
5
6 #undef LIB_STANDARD
7 #define LIB_STANDARD -lc $(GNULIB_VAR)
5 8
6 /* The following should be set to /netbsd if you are running netbsd > 0.8 9 /* The following should be set to /netbsd if you are running netbsd > 0.8
7 Or just link /netbsd -> /386bsd */ 10 Or just link /netbsd -> /386bsd */
8 #undef KERNEL_FILE 11 #undef KERNEL_FILE
9 #define KERNEL_FILE "/386bsd" 12 #define KERNEL_FILE "/386bsd"
17 /* For mem-limits.h. */ 20 /* For mem-limits.h. */
18 #define BSD4_2 21 #define BSD4_2
19 22
20 /* This affects a declaration in xrdb.c. */ 23 /* This affects a declaration in xrdb.c. */
21 #define DECLARE_GETPWUID_WITH_UID_T 24 #define DECLARE_GETPWUID_WITH_UID_T
25
26 /* Reread the time zone on startup. */
27 #define LOCALTIME_CACHE
28
29 /* rich@lamprey.utmb.edu says needed for job control in subshells. */
30 #define HAVE_SETSID