Skip to content

Commit

Permalink
(LIBS_SYSTEM): Two new definitions (and #undef first).
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Jun 13, 1996
1 parent 11dc457 commit 898163b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/s/hpux10.h
Expand Up @@ -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

0 comments on commit 898163b

Please sign in to comment.