diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-07-30 20:06:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-07-30 20:06:16 (GMT) |
commit | 02e41acebb23cbadff89a4488329578536adef32 (patch) | |
tree | 9c1efde9f34d90d871a755f05e5d3ae4767515a2 /src/H5config.h.in | |
parent | eff803f8249485e8b1fdb5c71197314f0527c995 (diff) | |
download | hdf5-02e41acebb23cbadff89a4488329578536adef32.zip hdf5-02e41acebb23cbadff89a4488329578536adef32.tar.gz hdf5-02e41acebb23cbadff89a4488329578536adef32.tar.bz2 |
[svn-r19160] Added the tests for fseeko64 and ftello64 which will be used by the STDIO
VFD if they are available.
Tested: jam only since it was tests for two new functions that are not used by
the code yet.
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 5c9e1f2..2062e67 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -126,12 +126,18 @@ /* Define to 1 if you have the `fseeko' function. */ #undef HAVE_FSEEKO +/* Define to 1 if you have the `fseeko64' function. */ +#undef HAVE_FSEEKO64 + /* Define to 1 if you have the `fstat64' function. */ #undef HAVE_FSTAT64 /* Define to 1 if you have the `ftello' function. */ #undef HAVE_FTELLO +/* Define to 1 if you have the `ftello64' function. */ +#undef HAVE_FTELLO64 + /* Define to 1 if you have the `ftruncate64' function. */ #undef HAVE_FTRUNCATE64 |