diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux10.h | 9 |
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 | ||