(C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0.
This commit is contained in:
parent
aa5667408d
commit
e3971158d9
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#define POSIX
|
||||
|
||||
#if 0
|
||||
/* Here is how to find X Windows. The -L option tells the linker where
|
||||
to find the libraries at link time, the -R option at run time. */
|
||||
#define C_SWITCH_X_SYSTEM -I/usr/openwin/include
|
||||
|
@ -10,6 +11,7 @@
|
|||
#else /* GCC */
|
||||
#define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib
|
||||
#endif /* GCC */
|
||||
#endif /* 0 */
|
||||
|
||||
/* Compile in non-ansi fashion to work around bugs in system header files. */
|
||||
#ifndef __GNUC__
|
||||
|
|
Loading…
Add table
Reference in a new issue