From d7a28201b0d993e4959ddd8452682866bb29d353 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Jun 1996 16:41:20 +0000 Subject: [PATCH] (LIBS_SYSTEM): Two new definitions (and #undef first). --- src/s/hpux10.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 28ef91e5824..b0d4ff6abeb 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -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 -- 2.39.5