diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/usg5-4-2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h index 4e2e174d159..661b13cc2fc 100644 --- a/src/s/usg5-4-2.h +++ b/src/s/usg5-4-2.h | |||
| @@ -19,6 +19,10 @@ | |||
| 19 | #undef sigsetmask | 19 | #undef sigsetmask |
| 20 | #undef HAVE_SYSV_SIGPAUSE | 20 | #undef HAVE_SYSV_SIGPAUSE |
| 21 | 21 | ||
| 22 | /* Motif needs -lgen. */ | ||
| 23 | #undef LIBS_SYSTEM | ||
| 24 | #define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen | ||
| 25 | |||
| 22 | /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock | 26 | /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock |
| 23 | rather than sighold/sigrelse, which appear to be BSD4.1 specific and won't | 27 | rather than sighold/sigrelse, which appear to be BSD4.1 specific and won't |
| 24 | work if POSIX_SIGNALS is defined. It may also be appropriate for SVR4.x | 28 | work if POSIX_SIGNALS is defined. It may also be appropriate for SVR4.x |