diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:31:41 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:31:41 (GMT) |
commit | 780d0653f8c9cf61a648ad672bd31832a62785b9 (patch) | |
tree | 68c123ba5e6c7d7e2c34fd88f6faf64ac7a3b073 /src/H5config.h.in | |
parent | 6f2813dca722be761f45ca06eb03d96acae3a219 (diff) | |
download | hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.zip hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.gz hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.bz2 |
HDFFV-10170 fix reconfigure
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 27b962a..a1a02bb 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -236,6 +236,12 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strtoll' function. */ +#undef HAVE_STRTOLL + +/* Define to 1 if you have the `strtoull' function. */ +#undef HAVE_STRTOULL + /* Define if `struct text_info' is defined */ #undef HAVE_STRUCT_TEXT_INFO |