diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index e61769c..a715025 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -28,6 +28,9 @@ /* Define if we have parallel support */ #undef HAVE_PARALLEL +/* Define if it's safe to use `long long' for hsize_t and hssize_t */ +#undef HAVE_LARGE_HSIZET + /* The number of bytes in a double. */ #undef SIZEOF_DOUBLE |