summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
commit389cc309c55299b7f4ae4ed77f039a878e67335d (patch)
tree6f95e817301937201e2ad3b13d32923e678a1384 /src
parentfb1776dd9e61645b1123ca456632f323e954c5f5 (diff)
downloadhdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.zip
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.gz
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.bz2
[svn-r15007] Purpose: configure cleanup
Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Tested: kagiso
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
-rw-r--r--src/Makefile.in1
-rw-r--r--src/libhdf5.settings.in2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index f5265c5..429b613 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -162,9 +162,6 @@
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H
-/* Define if it's safe to use `long long' for hsize_t and hssize_t */
-#undef HAVE_LARGE_HSIZET
-
/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
#undef HAVE_LIBDMALLOC
diff --git a/src/Makefile.in b/src/Makefile.in
index 6dc6767..4bb247a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -228,7 +228,6 @@ HDF_FORTRAN = @HDF_FORTRAN@
HID_T = @HID_T@
HL = @HL@
HL_FOR = @HL_FOR@
-HSIZET = @HSIZET@
HSIZE_T = @HSIZE_T@
HSSIZE_T = @HSSIZE_T@
INSTALL = @INSTALL@
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index 73bd35a..380d26b 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -20,7 +20,6 @@ General Information:
Ranlib: @RANLIB@
Debugged Packages: @DEBUG_PKG@
API Tracing: @TRACE_API@
- File addresses: @HSIZET@
Compiling Options:
------------------
@@ -54,7 +53,6 @@ Features:
GPFS: @GPFS@
Strict File Format Checks: @STRICT_FORMAT_CHECKS@
Default API Mapping: @DEFAULT_API_VERSION@
- hsize_t: @HSIZET@
I/O filters (external): @EXTERNAL_FILTERS@
I/O filters (internal): @FILTERS@
Linux Large File Support (LFS): @LINUX_LFS@