Mercurial > emacs
changeset 15426:28464b50adfb
(LIBS_SYSTEM): Two new definitions (and #undef first).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Jun 1996 16:41:20 +0000 |
parents | 482b164fe732 |
children | 97557b39e3b7 |
files | src/s/hpux10.h |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux10.h Thu Jun 13 04:38:21 1996 +0000 +++ b/src/s/hpux10.h Thu Jun 13 16:41:20 1996 +0000 @@ -10,3 +10,12 @@ #undef HAVE_RANDOM #define HPUX10 #define FORCE_ALLOCA_H + +#ifdef LIBS_SYSTEM +#undef LIBS_SYSTEM +#endif +#ifdef HPUX_NET +#define LIBS_SYSTEM -ln -l:libdld.sl +#else +#define LIBS_SYSTEM -l:libdld.sl +#endif