diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 06:30:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 06:30:40 +0000 |
commit | d08d3fb37a781aa8c881540c88773a6306f4c2ea (patch) | |
tree | 84f19dfd082bb840a301229b6e439898d45b1b4d /src/s/usg5-4-2.h | |
parent | 078e01466dee152e9caf4036d3104259282536b6 (diff) | |
download | emacs-d08d3fb37a781aa8c881540c88773a6306f4c2ea.tar.gz |
(LIBS_SYSTEM): New override definition.
Diffstat (limited to 'src/s/usg5-4-2.h')
-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 @@ #undef sigsetmask #undef HAVE_SYSV_SIGPAUSE +/* Motif needs -lgen. */ +#undef LIBS_SYSTEM +#define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen + /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock rather than sighold/sigrelse, which appear to be BSD4.1 specific and won't work if POSIX_SIGNALS is defined. It may also be appropriate for SVR4.x |