diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index d805b36..a5f0d11 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -205,6 +205,9 @@ /* Define to 1 if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H +/* Define to 1 if you have the `random' function. */ +#undef HAVE_RANDOM + /* Define to 1 if you have the <setjmp.h> header file. */ #undef HAVE_SETJMP_H @@ -223,6 +226,9 @@ /* Define if `socklen_t' is defined */ #undef HAVE_SOCKLEN_T +/* Define to 1 if you have the `srandom' function. */ +#undef HAVE_SRANDOM + /* Define if `struct stat' has the `st_blocks' field */ #undef HAVE_STAT_ST_BLOCKS |