Mercurial > emacs
annotate src/s/osf1.h @ 5797:c4fff7ff8bdd
Use > as convention for another menu follows.
(menu-bar-edit-menu): Add entry for Emerge.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Feb 1994 02:33:02 +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 |