# HG changeset patch # User Karl Heuer # Date 821231276 0 # Node ID d8cf2f7c6a7e8e640ffbf1a6278448c16e779c23 # Parent 51d3a3fa828c73372e9aafabca04ae6c289074f4 Add #if 0 around everything but the include of sol2-4.h. diff -r 51d3a3fa828c -r d8cf2f7c6a7e src/s/sol2-5.h --- a/src/s/sol2-5.h Tue Jan 09 23:47:39 1996 +0000 +++ b/src/s/sol2-5.h Tue Jan 09 23:47:56 1996 +0000 @@ -2,6 +2,7 @@ #include "sol2-4.h" +#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ /* Don't use the shared libraries for -lXt and -lXaw, to work around a linker bug in Solaris 2.5. (This also affects the other libraries used specifically for @@ -15,3 +16,5 @@ #define STATIC_OPTION -Bstatic #define DYNAMIC_OPTION -Bdynamic #endif + +#endif /* 0 */