Mercurial > emacs
changeset 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 | 559b392f9526 |
children | 6aee2746a385 |
files | src/s/sol2.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2.h Tue May 25 20:48:15 1993 +0000 +++ b/src/s/sol2.h Tue May 25 20:52:11 1993 +0000 @@ -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__