diff options
| author | Karl Heuer | 1996-01-09 23:47:56 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-09 23:47:56 +0000 |
| commit | 253ceb5bf0d1695b386fd39af2c6b11e7018e56f (patch) | |
| tree | 6fee5707b1dfd2c549335e71a6da08aadb929489 | |
| parent | 4174709afd9f17e66dc40bb1744c795da44dbbbf (diff) | |
| download | emacs-253ceb5bf0d1695b386fd39af2c6b11e7018e56f.tar.gz emacs-253ceb5bf0d1695b386fd39af2c6b11e7018e56f.zip | |
Add #if 0 around everything but the include of sol2-4.h.
| -rw-r--r-- | src/s/sol2-5.h | 3 |
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 @@ | |||
| 2 | 2 | ||
| 3 | #include "sol2-4.h" | 3 | #include "sol2-4.h" |
| 4 | 4 | ||
| 5 | #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ | ||
| 5 | /* Don't use the shared libraries for -lXt and -lXaw, | 6 | /* Don't use the shared libraries for -lXt and -lXaw, |
| 6 | to work around a linker bug in Solaris 2.5. | 7 | to work around a linker bug in Solaris 2.5. |
| 7 | (This also affects the other libraries used specifically for | 8 | (This also affects the other libraries used specifically for |
| @@ -15,3 +16,5 @@ | |||
| 15 | #define STATIC_OPTION -Bstatic | 16 | #define STATIC_OPTION -Bstatic |
| 16 | #define DYNAMIC_OPTION -Bdynamic | 17 | #define DYNAMIC_OPTION -Bdynamic |
| 17 | #endif | 18 | #endif |
| 19 | |||
| 20 | #endif /* 0 */ | ||