diff options
| author | Richard M. Stallman | 1993-05-25 20:52:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-25 20:52:11 +0000 |
| commit | e3971158d959ef3f1dd5c5e384ded5093114ed21 (patch) | |
| tree | 9105fae50eeda3f2a1eb8900e30f2d2864170641 /src | |
| parent | aa5667408d50eb7a5cf28d5e577bdf79d7b62298 (diff) | |
| download | emacs-e3971158d959ef3f1dd5c5e384ded5093114ed21.tar.gz emacs-e3971158d959ef3f1dd5c5e384ded5093114ed21.zip | |
(C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index 56458203de2..b2d230b1200 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #define POSIX | 3 | #define POSIX |
| 4 | 4 | ||
| 5 | #if 0 | ||
| 5 | /* Here is how to find X Windows. The -L option tells the linker where | 6 | /* 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 | to find the libraries at link time, the -R option at run time. */ |
| 7 | #define C_SWITCH_X_SYSTEM -I/usr/openwin/include | 8 | #define C_SWITCH_X_SYSTEM -I/usr/openwin/include |
| @@ -10,6 +11,7 @@ | |||
| 10 | #else /* GCC */ | 11 | #else /* GCC */ |
| 11 | #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib | 12 | #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib |
| 12 | #endif /* GCC */ | 13 | #endif /* GCC */ |
| 14 | #endif /* 0 */ | ||
| 13 | 15 | ||
| 14 | /* Compile in non-ansi fashion to work around bugs in system header files. */ | 16 | /* Compile in non-ansi fashion to work around bugs in system header files. */ |
| 15 | #ifndef __GNUC__ | 17 | #ifndef __GNUC__ |