summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-13 16:41:20 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-13 16:41:20 +0000
commit898163b497e2af6a28ff0fa0312f5ad8469fa4da (patch)
tree753658e016e157324cbda90ffaa68506d35e98f5 /src/s
parent11dc457c67c5f32dcd58430bf6ed1b24122b4421 (diff)
downloademacs-898163b497e2af6a28ff0fa0312f5ad8469fa4da.tar.gz
(LIBS_SYSTEM): Two new definitions (and #undef first).
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10.h9
1 files changed, 9 insertions, 0 deletions
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