aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/sol2.h
blob: e3b7b2d0378d85fe5c6c06920b2daa2bb2d8c179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "s-usg5-4.h"

#define POSIX

/* Here is how to find X Windows.  */
#define LD_SWITCH_SYSTEM -L/usr/openwin/lib
#define C_SWITCH_X_SYSTEM -I/usr/openwin/include

/* Compile in non-ansi fashion to work around bugs in system header files.  */
#ifndef __GNUC__
#define C_SWITCH_SYSTEM -Xs
#else /* GCC */
#define C_SWITCH_SYSTEM -traditional
#endif /* GCC */