annotate src/s/osf1.h @ 3276:4a1d8a111149
(menu_bar_items): Call Fnreverse before restoring Vinhibit_quit.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Sat, 29 May 1993 21:03:32 +0000 |
parents |
6e19d9e130c0 |
children |
507f64624555 |
rev |
line source |
3055
|
1 #include "bsd4-3.h"
|
1113
|
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
|