Mercurial > emacs
annotate src/s/osf1.h @ 5020:94de08fd8a7c
(Fnext_single_property_change): Fix missing \n\.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 15 Nov 1993 06:41:45 +0000 |
| parents | 507f64624555 |
| children | 4f3260a22bc8 |
| rev | line source |
|---|---|
| 3055 | 1 #include "bsd4-3.h" |
| 1113 | 2 |
| 3 /* Identify OSF1 for the m- files. */ | |
| 4 | |
| 5 #define OSF1 | |
| 6 | |
|
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3055
diff
changeset
|
7 /* Define _BSD to tell the include files we're running under |
| 1113 | 8 the BSD universe and not the SYSV universe. */ |
| 9 | |
| 10 #define C_SWITCH_SYSTEM -D_BSD | |
| 11 #define LIBS_SYSTEM -lbsd | |
| 12 #define LD_SWITCH_SYSTEM -non_shared | |
| 13 | |
| 14 #define SYSV_SYSTEM_DIR |
