changeset 14136:d8cf2f7c6a7e

Add #if 0 around everything but the include of sol2-4.h.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Jan 1996 23:47:56 +0000
parents 51d3a3fa828c
children a23518a56ba6
files src/s/sol2-5.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */