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 be212ba..6efe276 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -49,6 +49,12 @@ /* The number of bytes in a short. */ #undef SIZEOF_SHORT +/* Define if you have the fseek64 function. */ +#undef HAVE_FSEEK64 + +/* Define if you have the lseek64 function. */ +#undef HAVE_LSEEK64 + /* Define if you have the mpi library (-lmpi). */ #undef HAVE_LIBMPI |