Mercurial > emacs
annotate src/s/386bsd.h @ 43252:bccb026d40e4
2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
* menu-bar.el (menu-bar-options-save): Only save
`current-language-environment' and `default-input-method' when
marked as customized.
* international/mule-cmds.el
(setup-specified-language-environment): Mark
`current-language-environment' as customized.
(set-input-method): Mark
`default-input-method' as customized when called interactively.
(toggle-input-method): Ditto.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Tue, 12 Feb 2002 09:49:46 +0000 |
parents | 0cbb394cbd82 |
children | 23a1cea22d13 |
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 |