Mercurial > emacs
comparison src/s/osf1.h @ 1113:0ffcf74fb8ad
entered into RCS
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 13 Sep 1992 11:44:06 +0000 |
parents | |
children | 6e19d9e130c0 |
comparison
equal
deleted
inserted
replaced
1112:1dba066c1e0a | 1113:0ffcf74fb8ad |
---|---|
1 #include "s-bsd4-3.h" | |
2 | |
3 /* Identify OSF1 for the m- files. */ | |
4 | |
5 #define OSF1 | |
6 | |
7 /* Define _BSD to tell the inlcude files we're running under | |
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 |