diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index e3b7b2d0378..c985e96967b 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | #define POSIX | 3 | #define POSIX |
| 4 | 4 | ||
| 5 | /* Here is how to find X Windows. */ | 5 | /* Here is how to find X Windows. The -L option tells the linker where |
| 6 | #define LD_SWITCH_SYSTEM -L/usr/openwin/lib | 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 | ||
| 7 | #define C_SWITCH_X_SYSTEM -I/usr/openwin/include | 8 | #define C_SWITCH_X_SYSTEM -I/usr/openwin/include |
| 8 | 9 | ||
| 9 | /* Compile in non-ansi fashion to work around bugs in system header files. */ | 10 | /* Compile in non-ansi fashion to work around bugs in system header files. */ |