summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-08-09 22:12:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-08-09 22:12:38 (GMT)
commit9d208e402de469e578b33b5f09a1ec42301ae6b7 (patch)
tree993a236b095e9a727f21e38ec04c431b93c0038c /src
parent1e263eb46ccfaf6d71370764a77155e4c34e5381 (diff)
downloadhdf5-9d208e402de469e578b33b5f09a1ec42301ae6b7.zip
hdf5-9d208e402de469e578b33b5f09a1ec42301ae6b7.tar.gz
hdf5-9d208e402de469e578b33b5f09a1ec42301ae6b7.tar.bz2
[svn-r19204] 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 f69bc7e..f51ad9f 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -124,9 +124,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