(auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex.
[emacs.git] / src / s / sol2.h
blobac499294f2552a2132219ad92113b05f9306b09b
1 #include "s-usg5-4.h"
3 #define POSIX
5 /* Here is how to find X Windows. The -L option tells the linker where
6 to find the libraries at link time, the -R option at run time. */
7 #define C_SWITCH_X_SYSTEM -I/usr/openwin/include
8 #ifndef __GNUC__
9 #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib
10 #else /* GCC */
11 #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib
12 #endif /* GCC */
14 /* Compile in non-ansi fashion to work around bugs in system header files. */
15 #ifndef __GNUC__
16 #define C_SWITCH_SYSTEM -Xs
17 #else /* GCC */
18 #define C_SWITCH_SYSTEM -traditional
19 #endif /* GCC */