summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-09 23:47:56 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-09 23:47:56 +0000
commitbc1ad0092da20f37ba1221089522cd2d5f145333 (patch)
treebe2094d67bb351a3ba010edd2ccaf65a5cec30c7 /src
parent6328e6d671016a8ef62e8c48313e2e1bce48bbfb (diff)
downloademacs-bc1ad0092da20f37ba1221089522cd2d5f145333.tar.gz
Add #if 0 around everything but the include of sol2-4.h.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index 944ec5e526d..e2a158ba31c 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -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 */