Mercurial > emacs
annotate src/s/386bsd.h @ 74789:ecc3f98301f4
Remove `cl' requirement. Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face. Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg. Scan for all
key sequences to avoid false matches. Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 21 Dec 2006 17:26:00 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
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 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
13017
diff
changeset
|
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 |
52401 | 25 |
26 /* arch-tag: 8a114892-0863-4285-a4cb-3d66ba2d8e7b | |
27 (do not change this comment) */ |