summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-07-30 20:05:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-07-30 20:05:25 (GMT)
commit8dc3f63a871d652712a0e82d71bc6d10dace9fcd (patch)
treef333de7328ee05b261a8d6d4432f8135bdd295ac /src/H5config.h.in
parent77b2235f8b22754fb44418fa9fbb499c245c1088 (diff)
downloadhdf5-8dc3f63a871d652712a0e82d71bc6d10dace9fcd.zip
hdf5-8dc3f63a871d652712a0e82d71bc6d10dace9fcd.tar.gz
hdf5-8dc3f63a871d652712a0e82d71bc6d10dace9fcd.tar.bz2
[svn-r19159] 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.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 20db6ab..f69bc7e 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -130,12 +130,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