Mercurial > emacs
annotate src/s/osf1.h @ 6047:ab6eb517d144
*** empty log message ***
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 23 Feb 1994 23:04:30 +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 |