Mercurial > emacs
annotate src/s/freebsd.h @ 6668:5ab295d49e7f
(generate-calendar-month): Add mouse-face properties.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 04 Apr 1994 22:59:59 +0000 |
parents | c9b0d453d78d |
children | 4d3971045057 |
rev | line source |
---|---|
6261 | 1 /* s/ file for freebsd system. */ |
2 | |
3 /* Get most of the stuff from bsd4.3 */ | |
4 #include "bsd4-3.h" | |
5 | |
6 #undef SYSTEM_TYPE | |
7 #define SYSTEM_TYPE "freebsd" | |
8 | |
9 #undef KERNEL_FILE | |
10 #define KERNEL_FILE "/386bsd" | |
11 | |
12 #undef LDAV_SYMBOL | |
13 #define LDAV_SYMBOL "_averunnable" | |
14 | |
15 #define SIGNALS_VIA_CHARACTERS | |
16 | |
17 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | |
18 | |
19 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) | |
20 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) | |
21 | |
22 #define LIBS_DEBUG | |
23 #define LIBS_SYSTEM -lutil | |
24 | |
25 #define HAVE_GETLOADAVG | |
26 | |
27 /* For mem-limits.h. */ | |
28 #define BSD4_2 | |
29 | |
30 /* Shared library stuff. */ | |
31 #define TEXT_START 0 | |
32 #define DATA_START 0 | |
33 #define UNEXEC unexfreebsd.o | |
34 #define RUN_TIME_REMAP | |
35 #define LINKER cc | |
36 | |
37 /* Reread the time zone on startup. */ | |
38 #define LOCALTIME_CACHE | |
6434
c9b0d453d78d
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
6261
diff
changeset
|
39 |
c9b0d453d78d
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
6261
diff
changeset
|
40 #define HAVE_TERMIOS |
c9b0d453d78d
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
6261
diff
changeset
|
41 #define NO_TERMIO |