Mercurial > emacs
annotate src/s/386bsd.h @ 3998:c0560357c84e
Compare the values of text properties using EQ, not Fequal.
* intervals.c (intervals_equal): Call EQ, not Fequal.
* textprop.c (interval_has_all_properties, add_properties): Same.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 06 Jul 1993 02:23:22 +0000 |
parents | d5f22061277d |
children | 19f077831e72 |
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 | |
3590 | 6 /* The following should be set to /netbsd if you are running netbsd > 0.8 |
3380 | 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 |