*** empty log message ***
[bpt/emacs.git] / src / s / sol2.h
CommitLineData
c21d3ee2
RS
1#include "s-usg5-4.h"
2
3#define POSIX
4
edaf4ff5
JB
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 LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib
c21d3ee2
RS
8#define C_SWITCH_X_SYSTEM -I/usr/openwin/include
9
10/* Compile in non-ansi fashion to work around bugs in system header files. */
11#ifndef __GNUC__
12#define C_SWITCH_SYSTEM -Xs
13#else /* GCC */
14#define C_SWITCH_SYSTEM -traditional
15#endif /* GCC */