(Vpreloaded_file_list): New variable.
[emacs.git] / src / s / osf1.h
blob8b0b5ee0a52d1adeef4d59c64537b11a1e7b84b8
1 #include "bsd4-3.h"
3 /* Identify OSF1 for the m- files. */
5 #define OSF1
7 /* Define _BSD to tell the include files we're running under
8 the BSD universe and not the SYSV universe. */
10 #define C_SWITCH_SYSTEM -D_BSD
11 #define LIBS_SYSTEM -lbsd
13 #define GETPGRP_NO_ARG
15 #define read sys_read
16 #define write sys_write
17 #define open sys_open
18 #define close sys_close
20 #define INTERRUPTIBLE_OPEN
21 #define INTERRUPTIBLE_CLOSE
22 #define INTERRUPTIBLE_IO
24 #define SYSV_SYSTEM_DIR
26 /* If your system uses COFF (Common Object File Format) then define the
27 preprocessor symbol "COFF". */
29 #define COFF
31 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
32 says where to find X windows at run time. We convert it to a -rpath option
33 which is what OSF1 uses. */
34 #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'`
36 #define HAVE_TERMIOS