aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-13 16:41:20 +0000
committerRichard M. Stallman1996-06-13 16:41:20 +0000
commitd7a28201b0d993e4959ddd8452682866bb29d353 (patch)
tree67b0ffbcd1615fd9aaacf79baa80d79757a86fd9 /src/s
parent2ace9a51d190b3794a3618d5d6df814f77d15e06 (diff)
downloademacs-d7a28201b0d993e4959ddd8452682866bb29d353.tar.gz
emacs-d7a28201b0d993e4959ddd8452682866bb29d353.zip
(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 @@
10#undef HAVE_RANDOM 10#undef HAVE_RANDOM
11#define HPUX10 11#define HPUX10
12#define FORCE_ALLOCA_H 12#define FORCE_ALLOCA_H
13
14#ifdef LIBS_SYSTEM
15#undef LIBS_SYSTEM
16#endif
17#ifdef HPUX_NET
18#define LIBS_SYSTEM -ln -l:libdld.sl
19#else
20#define LIBS_SYSTEM -l:libdld.sl
21#endif