aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/s/hpux10.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index bc236d06ec6..4a26f3d3ffe 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -8,9 +8,10 @@
8 tries to redeclare what was once srandom to be srand48. So we go 8 tries to redeclare what was once srandom to be srand48. So we go
9 with HAVE_LRAND48 being defined. */ 9 with HAVE_LRAND48 being defined. */
10#undef srandom 10#undef srandom
11#undef random
11#undef srand48 12#undef srand48
12#undef HAVE_RANDOM 13#undef HAVE_RANDOM
13#define HPUX10 14
14#define FORCE_ALLOCA_H 15#define FORCE_ALLOCA_H
15 16
16/* AlainF 20-Jul-1996 says this is right. */ 17/* AlainF 20-Jul-1996 says this is right. */