Mercurial > emacs
diff src/s/sol2.h @ 1179:7961d1af11a7
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 Sep 1992 20:58:22 +0000 |
parents | |
children | fed9a9ee5156 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/sol2.h Sun Sep 20 20:58:22 1992 +0000 @@ -0,0 +1,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 */