comparison src/s/sol2.h @ 3097:0001f88fc0db

(C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 May 1993 20:52:11 +0000
parents 60f122cfe785
children 2965c226e5ed
comparison
equal deleted inserted replaced
3096:559b392f9526 3097:0001f88fc0db
1 #include "usg5-4.h" 1 #include "usg5-4.h"
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
8 #ifndef __GNUC__ 9 #ifndef __GNUC__
9 #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib 10 #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib
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__
16 #define C_SWITCH_SYSTEM -Xs 18 #define C_SWITCH_SYSTEM -Xs
17 #else /* GCC */ 19 #else /* GCC */