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 0f8d607..062ab9a 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -476,6 +476,9 @@ /* The size of a `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG +/* The size of a `off64_t', as computed by sizeof. */ +#undef SIZEOF_OFF64_T + /* The size of a `off_t', as computed by sizeof. */ #undef SIZEOF_OFF_T |