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 ac0e50c..d61f9e3 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -227,6 +227,9 @@ /* Define if you have the fseek64 function. */ #undef HAVE_FSEEK64 +/* Define if you have the getdents64 function. */ +#undef HAVE_GETDENTS64 + /* Define if you have the gethostname function. */ #undef HAVE_GETHOSTNAME |