summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-05-08 21:36:17 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-05-08 21:36:17 (GMT)
commit01e00e23a3171bca7fa8d16856c059422998b5f1 (patch)
treee1e4fe19239c5faaecdc188bc0a35550996866c3 /src
parent6611d35258f8e10490067f3e3a8d3e26e36388f3 (diff)
downloadhdf5-01e00e23a3171bca7fa8d16856c059422998b5f1.zip
hdf5-01e00e23a3171bca7fa8d16856c059422998b5f1.tar.gz
hdf5-01e00e23a3171bca7fa8d16856c059422998b5f1.tar.bz2
[svn-r3895] Purpose:
Feature Add Description: Added support for >2GB files to the Linux architecture. This is a sync with the 1.5 branch. The CFLAGS now gets set in the gnu-flags file instead of the configure script (as it should). There's special logic to test for 64-bit files systems in Linux and add the appropriate flags, etc. Platforms tested: Linux
Diffstat (limited to 'src')
-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 23ee0f9..d61f9e3 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -164,6 +164,9 @@
/* The number of bytes in a size_t. */
#undef SIZEOF_SIZE_T
+/* The number of bytes in a ssize_t. */
+#undef SIZEOF_SSIZE_T
+
/* The number of bytes in a uint16_t. */
#undef SIZEOF_UINT16_T
@@ -224,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