diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/conf_post.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index 80d561090ed..05abe057afd 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -87,10 +87,6 @@ typedef bool bool_bf; | |||
| 87 | #ifdef HPUX | 87 | #ifdef HPUX |
| 88 | #undef srandom | 88 | #undef srandom |
| 89 | #undef random | 89 | #undef random |
| 90 | /* We try to avoid checking for random and rint on hpux in | ||
| 91 | configure.ac, but some other configure test might check for them as | ||
| 92 | a dependency, so to be safe we also undefine them here. | ||
| 93 | */ | ||
| 94 | #undef HAVE_RANDOM | 90 | #undef HAVE_RANDOM |
| 95 | #undef HAVE_RINT | 91 | #undef HAVE_RINT |
| 96 | #endif /* HPUX */ | 92 | #endif /* HPUX */ |