summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-08-09 22:13:20 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-08-09 22:13:20 (GMT)
commitc756d89cf8356f31de870301095821735beeff69 (patch)
tree12ce3a2b2ef14d494d10ad094582e5552c99b31e /src
parent237e3def524bedbc875398421fe51776978cdeaa (diff)
downloadhdf5-c756d89cf8356f31de870301095821735beeff69.zip
hdf5-c756d89cf8356f31de870301095821735beeff69.tar.gz
hdf5-c756d89cf8356f31de870301095821735beeff69.tar.bz2
[svn-r19205] Bug 1917: post cleanup.
fseek64 was used to support large file access for the STDIO driver back in version 1.2.2 in year 2000. Some how it was not included in version 1.4.0. Now, fseeko64 is used to support large file. There is no more need for fseek64 which is not a standard call. Removed its presence from configure and related files. Tested: jam for configure only.
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 2062e67..3283893 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -120,9 +120,6 @@
/* Define to 1 if you have the `frexpl' function. */
#undef HAVE_FREXPL
-/* Define to 1 if you have the `fseek64' function. */
-#undef HAVE_FSEEK64
-
/* Define to 1 if you have the `fseeko' function. */
#undef HAVE_FSEEKO