Mercurial > emacs
annotate src/s/386bsd.h @ 3437:274570106c6a
Include sys/time.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Jun 1993 03:28:21 +0000 |
parents | 88e091efba6c |
children | d5f22061277d |
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 | |
6 /* The folowing should be set to /netbsd if you are running netbsd > 0.8 | |
7 Or just link /netbsd -> /386bsd */ | |
8 #undef KERNEL_FILE | |
9 #define KERNEL_FILE "/386bsd" | |
10 | |
11 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | |
12 | |
13 /* Need to use GNU make, as system make has problems */ | |
14 #define MAKE_COMMAND gmake | |
15 #define LIBS_DEBUG | |
3417
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
16 |
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
17 /* For mem-limits.h. */ |
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
18 #define BSD4_2 |