diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index a715025..9bb277a 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -64,6 +64,9 @@ /* Define if you have the getpwuid function. */ #undef HAVE_GETPWUID +/* Define if you have the getrusage function. */ +#undef HAVE_GETRUSAGE + /* Define if you have the lseek64 function. */ #undef HAVE_LSEEK64 @@ -73,6 +76,9 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + /* Define if you have the coug library (-lcoug). */ #undef HAVE_LIBCOUG @@ -81,3 +87,6 @@ /* Define if you have the mpio library (-lmpio). */ #undef HAVE_LIBMPIO + +/* Define if you have the z library (-lz). */ +#undef HAVE_LIBZ |