Mercurial > emacs
annotate src/s/386bsd.h @ 4324:108978f3defd
* hpux9.h: Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 28 Jul 1993 18:57:47 +0000 |
parents | fd05e9662279 |
children | 50216826c507 |
rev | line source |
---|---|
3381
de9c7511a85c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3380
diff
changeset
|
1 /* s/ file for 386bsd system. */ |
de9c7511a85c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3380
diff
changeset
|
2 |
3380 | 3 /* Get most of the stuff from bsd4.3 */ |
4 #include "bsd4-3.h" | |
5 | |
4271
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
6 #undef LIB_STANDARD |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
7 #define LIB_STANDARD -lc $(GNULIB_VAR) |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
8 |
3590 | 9 /* The following should be set to /netbsd if you are running netbsd > 0.8 |
3380 | 10 Or just link /netbsd -> /386bsd */ |
11 #undef KERNEL_FILE | |
12 #define KERNEL_FILE "/386bsd" | |
13 | |
14 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | |
15 | |
16 /* Need to use GNU make, as system make has problems */ | |
17 #define MAKE_COMMAND gmake | |
18 #define LIBS_DEBUG | |
3417
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
19 |
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
20 /* For mem-limits.h. */ |
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
21 #define BSD4_2 |
4234
19f077831e72
(DECLARE_GETPWUID_WITH_UID_T): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
3590
diff
changeset
|
22 |
19f077831e72
(DECLARE_GETPWUID_WITH_UID_T): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
3590
diff
changeset
|
23 /* This affects a declaration in xrdb.c. */ |
19f077831e72
(DECLARE_GETPWUID_WITH_UID_T): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
3590
diff
changeset
|
24 #define DECLARE_GETPWUID_WITH_UID_T |
4271
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
25 |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
26 /* Reread the time zone on startup. */ |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
27 #define LOCALTIME_CACHE |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
28 |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
29 /* rich@lamprey.utmb.edu says needed for job control in subshells. */ |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
30 #define HAVE_SETSID |