diff options
| author | Richard M. Stallman | 1992-09-20 20:58:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-20 20:58:22 +0000 |
| commit | c21d3ee2cf7e0686bb2e19eb8d2224597035c672 (patch) | |
| tree | 3e0fb2b0ad1a2480125ccf6341e5be10f9eec8f1 /src/s/sol2.h | |
| parent | 09121adc4e1561d51fc01c834ab281f3fcf074c9 (diff) | |
| download | emacs-c21d3ee2cf7e0686bb2e19eb8d2224597035c672.tar.gz emacs-c21d3ee2cf7e0686bb2e19eb8d2224597035c672.zip | |
entered into RCS
Diffstat (limited to 'src/s/sol2.h')
| -rw-r--r-- | src/s/sol2.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h new file mode 100644 index 00000000000..e3b7b2d0378 --- /dev/null +++ b/src/s/sol2.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #include "s-usg5-4.h" | ||
| 2 | |||
| 3 | #define POSIX | ||
| 4 | |||
| 5 | /* Here is how to find X Windows. */ | ||
| 6 | #define LD_SWITCH_SYSTEM -L/usr/openwin/lib | ||
| 7 | #define C_SWITCH_X_SYSTEM -I/usr/openwin/include | ||
| 8 | |||
| 9 | /* Compile in non-ansi fashion to work around bugs in system header files. */ | ||
| 10 | #ifndef __GNUC__ | ||
| 11 | #define C_SWITCH_SYSTEM -Xs | ||
| 12 | #else /* GCC */ | ||
| 13 | #define C_SWITCH_SYSTEM -traditional | ||
| 14 | #endif /* GCC */ | ||