summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 15:48:48 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 15:48:48 (GMT)
commit362e5d9a10056aa8cbfaf26ea53ec19f37ce4533 (patch)
treef1531afdf7035b6f80e3761f05c5f2b8e885aa72
parent6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9 (diff)
downloadhdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.zip
hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.tar.gz
hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.tar.bz2
[svn-r15006] Purpose: configure cleanup
Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Tested: kagiso
-rw-r--r--Makefile.in1
-rw-r--r--c++/Makefile.in1
-rw-r--r--c++/examples/Makefile.in1
-rw-r--r--c++/src/Makefile.in1
-rw-r--r--c++/test/Makefile.in1
-rw-r--r--config/gnu-flags14
-rwxr-xr-xconfigure78
-rw-r--r--configure.in13
-rw-r--r--examples/Makefile.in1
-rw-r--r--fortran/Makefile.in1
-rw-r--r--fortran/examples/Makefile.in1
-rw-r--r--fortran/src/Makefile.in1
-rw-r--r--fortran/test/Makefile.in1
-rw-r--r--fortran/testpar/Makefile.in1
-rwxr-xr-xhl/Makefile.in1
-rw-r--r--hl/c++/Makefile.in1
-rw-r--r--hl/c++/examples/Makefile.in1
-rw-r--r--hl/c++/src/Makefile.in1
-rw-r--r--hl/c++/test/Makefile.in1
-rw-r--r--hl/examples/Makefile.in1
-rw-r--r--hl/fortran/Makefile.in1
-rw-r--r--hl/fortran/examples/Makefile.in1
-rw-r--r--hl/fortran/src/Makefile.in1
-rw-r--r--hl/fortran/test/Makefile.in1
-rw-r--r--hl/src/Makefile.in1
-rw-r--r--hl/test/Makefile.in1
-rw-r--r--hl/tools/Makefile.in1
-rw-r--r--hl/tools/gif2h5/Makefile.in1
-rw-r--r--perform/Makefile.in1
-rw-r--r--release_docs/INSTALL9
-rw-r--r--src/H5config.h.in3
-rw-r--r--src/Makefile.in1
-rw-r--r--src/libhdf5.settings.in1
-rw-r--r--test/Makefile.in1
-rw-r--r--test/big.c6
-rw-r--r--testpar/Makefile.in1
-rw-r--r--tools/Makefile.in1
-rw-r--r--tools/h5copy/Makefile.in1
-rw-r--r--tools/h5diff/Makefile.in1
-rw-r--r--tools/h5dump/Makefile.in1
-rwxr-xr-xtools/h5import/Makefile.in1
-rw-r--r--tools/h5jam/Makefile.in1
-rw-r--r--tools/h5ls/Makefile.in1
-rw-r--r--tools/h5repack/Makefile.in1
-rw-r--r--tools/h5stat/Makefile.in1
-rw-r--r--tools/lib/Makefile.in1
-rw-r--r--tools/misc/Makefile.in1
47 files changed, 35 insertions, 129 deletions
diff --git a/Makefile.in b/Makefile.in
index 6dc555f..6622e25 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -171,7 +171,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/c++/Makefile.in b/c++/Makefile.in
index 96d8e55..c808bb3 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -142,7 +142,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 72b19e0..d20abba 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -136,7 +136,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/c++/src/Makefile.in b/c++/src/Makefile.in
index 5518501..3d898cb 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -172,7 +172,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/c++/test/Makefile.in b/c++/test/Makefile.in
index f829c69..2736dae 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -158,7 +158,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/config/gnu-flags b/config/gnu-flags
index b700038..401bafe 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -52,11 +52,10 @@ if test gcc = "$cc_vendor" -a "$cc_vers_all" -lt 2008001; then
cat <<EOF
**
** This compiler may be unable to properly compile the long long
- ** data type used extensively by hdf5, although specifying
- ** --disable-hsizet for configure may work around those bugs.
- ** There may be other code generation problems also, especially
- ** when optimizations are enabled. Please upgrade to at least GNU
- ** gcc version 2.8.1 before reporting bugs to the HDF5 team.
+ ** data type used extensively by hdf5. There may be other code
+ ** generation problems also, especially when optimizations are
+ ** enabled. Please upgrade to at least GNU gcc version 2.8.1
+ ** before reporting bugs to the HDF5 team.
**
EOF
sleep 5
@@ -77,16 +76,13 @@ EOF
# Current EGCS compilers have problems with `long long' and register
# allocation when optimizations are turned on for x86 systems.
elif test egcs = "$cc_vendor" -a "$cc_vers_all" -le 2091066; then
- if test "$HSIZET" != "large"; then
cat <<EOF
**
** This compiler may have problems allocating registers when
- ** optimizations are enabled on some platforms. Specifying
- ** --disable-hsizet usually avoids the bug.
+ ** optimizations are enabled on some platforms.
**
EOF
sleep 5
- fi
# All current versions of PGCC have problems also.
elif test pgcc = "$cc_vendor" -a "$cc_vers_all" -le 2091066; then
diff --git a/configure b/configure
index 92d6405..2e46741 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 14967 2008-05-12 02:06:42Z hdftest .
+# From configure.in Id: configure.in 14989 2008-05-13 16:39:07Z mcgreevy .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-snap7.
#
@@ -841,7 +841,6 @@ H5_CFLAGS
H5_CPPFLAGS
H5_FCFLAGS
H5_CXXFLAGS
-HSIZET
CC
CFLAGS
LDFLAGS
@@ -2798,18 +2797,6 @@ case $host_os in
;;
esac
-{ echo "$as_me:$LINENO: checking for sizeof hsize_t and hssize_t" >&5
-echo $ECHO_N "checking for sizeof hsize_t and hssize_t... $ECHO_C" >&6; }
-
-{ echo "$as_me:$LINENO: result: large" >&5
-echo "${ECHO_T}large" >&6; }
-HSIZET=large
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_LARGE_HSIZET 1
-_ACEOF
-
-
host_config="none"
for f in $host_cpu-$host_vendor-$host_os \
$host_cpu-$host_vendor-$host_os_novers \
@@ -7887,13 +7874,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:7890: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:7877: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:7893: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:7880: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:7896: output\"" >&5)
+ (eval echo "\"\$as_me:7883: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -9001,7 +8988,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 9004 "configure"' > conftest.$ac_ext
+ echo '#line 8991 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -11570,11 +11557,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:11573: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:11560: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:11577: \$? = $ac_status" >&5
+ echo "$as_me:11564: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -11894,11 +11881,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:11897: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:11884: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:11901: \$? = $ac_status" >&5
+ echo "$as_me:11888: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -11999,11 +11986,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12002: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:11989: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:12006: \$? = $ac_status" >&5
+ echo "$as_me:11993: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -12054,11 +12041,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:12057: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:12044: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:12061: \$? = $ac_status" >&5
+ echo "$as_me:12048: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -14882,7 +14869,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 14885 "configure"
+#line 14872 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14982,7 +14969,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 14985 "configure"
+#line 14972 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -17001,11 +16988,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17004: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16991: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:17008: \$? = $ac_status" >&5
+ echo "$as_me:16995: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -17100,11 +17087,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17103: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17090: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:17107: \$? = $ac_status" >&5
+ echo "$as_me:17094: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -17152,11 +17139,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:17155: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17142: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:17159: \$? = $ac_status" >&5
+ echo "$as_me:17146: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -18682,11 +18669,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18685: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18672: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:18689: \$? = $ac_status" >&5
+ echo "$as_me:18676: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -18781,11 +18768,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18784: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18771: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:18788: \$? = $ac_status" >&5
+ echo "$as_me:18775: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -18833,11 +18820,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18836: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18823: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:18840: \$? = $ac_status" >&5
+ echo "$as_me:18827: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -51868,7 +51855,6 @@ H5_CFLAGS!$H5_CFLAGS$ac_delim
H5_CPPFLAGS!$H5_CPPFLAGS$ac_delim
H5_FCFLAGS!$H5_FCFLAGS$ac_delim
H5_CXXFLAGS!$H5_CXXFLAGS$ac_delim
-HSIZET!$HSIZET$ac_delim
CC!$CC$ac_delim
CFLAGS!$CFLAGS$ac_delim
LDFLAGS!$LDFLAGS$ac_delim
@@ -51890,6 +51876,7 @@ R_INTEGER!$R_INTEGER$ac_delim
HADDR_T!$HADDR_T$ac_delim
HSIZE_T!$HSIZE_T$ac_delim
HSSIZE_T!$HSSIZE_T$ac_delim
+HID_T!$HID_T$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -51931,7 +51918,6 @@ _ACEOF
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
-HID_T!$HID_T$ac_delim
SIZE_T!$SIZE_T$ac_delim
OBJECT_NAMELEN_DEFAULT_F!$OBJECT_NAMELEN_DEFAULT_F$ac_delim
FC!$FC$ac_delim
@@ -52027,7 +52013,7 @@ LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 94; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 93; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
@@ -53776,12 +53762,6 @@ IF_ENABLED_DISABLED "$STRICT_FORMAT_CHECKS"
PRINT_N " Default API Mapping"
PRINT "$DEFAULT_API_VERSION"
-PRINT_N " hsize_t"
-case "$HSIZET" in
- no|small) PRINT "Small" ;;
- *) PRINT "Large" ;;
-esac
-
PRINT_N " I/O filters (external)"
PRINT "$EXTERNAL_FILTERS"
diff --git a/configure.in b/configure.in
index b2864fb..8e1ee52 100644
--- a/configure.in
+++ b/configure.in
@@ -199,13 +199,6 @@ case $host_os in
;;
esac
-AC_MSG_CHECKING([for sizeof hsize_t and hssize_t])
-AC_SUBST(HSIZET)
-AC_MSG_RESULT([large])
-HSIZET=large
-AC_DEFINE([HAVE_LARGE_HSIZET], [1],
- [Define if it's safe to use `long long' for hsize_t and hssize_t])
-
host_config="none"
for f in $host_cpu-$host_vendor-$host_os \
$host_cpu-$host_vendor-$host_os_novers \
@@ -4029,12 +4022,6 @@ IF_ENABLED_DISABLED "$STRICT_FORMAT_CHECKS"
PRINT_N " Default API Mapping"
PRINT "$DEFAULT_API_VERSION"
-PRINT_N " hsize_t"
-case "$HSIZET" in
- no|small) PRINT "Small" ;;
- *) PRINT "Large" ;;
-esac
-
PRINT_N " I/O filters (external)"
PRINT "$EXTERNAL_FILTERS"
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 6b23a90..5c2bce9 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -136,7 +136,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/fortran/Makefile.in b/fortran/Makefile.in
index f24d69a..c7838c1 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -146,7 +146,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 5715e88..42e11f8 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -136,7 +136,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 523e703..351796b 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -200,7 +200,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/fortran/test/Makefile.in b/fortran/test/Makefile.in
index ee9c13f..06d79b6 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -198,7 +198,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index af4dfe6..c9f22f6 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -149,7 +149,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/Makefile.in b/hl/Makefile.in
index 24c065a..b899cb4 100755
--- a/hl/Makefile.in
+++ b/hl/Makefile.in
@@ -146,7 +146,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/c++/Makefile.in b/hl/c++/Makefile.in
index c1dcb55..5e40943 100644
--- a/hl/c++/Makefile.in
+++ b/hl/c++/Makefile.in
@@ -142,7 +142,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/c++/examples/Makefile.in b/hl/c++/examples/Makefile.in
index 69f3ff7..40ecee9 100644
--- a/hl/c++/examples/Makefile.in
+++ b/hl/c++/examples/Makefile.in
@@ -136,7 +136,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index 45acc52..2994b68 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -161,7 +161,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/c++/test/Makefile.in b/hl/c++/test/Makefile.in
index 61f5805..d2ebc6d 100644
--- a/hl/c++/test/Makefile.in
+++ b/hl/c++/test/Makefile.in
@@ -152,7 +152,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/examples/Makefile.in b/hl/examples/Makefile.in
index 5ec9e7d..7715f0e 100644
--- a/hl/examples/Makefile.in
+++ b/hl/examples/Makefile.in
@@ -136,7 +136,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/fortran/Makefile.in b/hl/fortran/Makefile.in
index 92953f3..e2dc998 100644
--- a/hl/fortran/Makefile.in
+++ b/hl/fortran/Makefile.in
@@ -146,7 +146,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in
index 8f6322a..7d6ed65 100644
--- a/hl/fortran/examples/Makefile.in
+++ b/hl/fortran/examples/Makefile.in
@@ -136,7 +136,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 5c2ad70..79cfb11 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -166,7 +166,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in
index 3391805..d500c7d 100644
--- a/hl/fortran/test/Makefile.in
+++ b/hl/fortran/test/Makefile.in
@@ -156,7 +156,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/src/Makefile.in b/hl/src/Makefile.in
index b5b1640..584301a 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -162,7 +162,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/test/Makefile.in b/hl/test/Makefile.in
index 78b4f26..e250f51 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -172,7 +172,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/tools/Makefile.in b/hl/tools/Makefile.in
index a8654bb..9c58bbe 100644
--- a/hl/tools/Makefile.in
+++ b/hl/tools/Makefile.in
@@ -143,7 +143,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in
index 4441cfe..291cc67 100644
--- a/hl/tools/gif2h5/Makefile.in
+++ b/hl/tools/gif2h5/Makefile.in
@@ -164,7 +164,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/perform/Makefile.in b/perform/Makefile.in
index 86087f8..5289d5e 100644
--- a/perform/Makefile.in
+++ b/perform/Makefile.in
@@ -201,7 +201,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/release_docs/INSTALL b/release_docs/INSTALL
index 4a9a567..9f18c55 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -622,11 +622,6 @@ A. Warnings about compilers
A.1. GNU (Intel platforms)
Versions before 2.8.1 have serious problems allocating registers
when functions contain operations on `long long' datatypes.
- Supplying the `--disable-hsizet' switch to configure (documented
- in Appendix B, "Large (>2GB) versus small (<2GB) file capability,")
- will prevent HDF5 from using `long long' datatypes in
- situations that are known not to work, but it limits the HDF5
- address space to 2GB.
A.2. COMPAQ/DEC
The V5.2-038 compiler (and possibly others) occasionally
@@ -656,10 +651,8 @@ B. Large (>2GB) versus small (<2GB) file capability
than 2GB, it is necessary to use the non-ANSI `long long' data
type on some platforms. However, some compilers (e.g., GNU gcc
versions before 2.8.1 on Intel platforms) are unable to produce
- correct machine code for this datatype. To disable use of the
- `long long' type on these machines, say:
+ correct machine code for this datatype.
- $ ./configure --disable-hsizet
C. Building and testing with other compilers
C.1. Building and testing with Intel compilers
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 c3d7193..aeac2d1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -220,7 +220,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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 7a59673..0a54c4e 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -17,4 +17,3 @@ Archiver: @AR@
Ranlib: @RANLIB@
Debugged Packages: @DEBUG_PKG@
API Tracing: @TRACE_API@
-File addresses: @HSIZET@
diff --git a/test/Makefile.in b/test/Makefile.in
index d4391a9..0fbff58 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -426,7 +426,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/test/big.c b/test/big.c
index fa61a9b..9899754 100644
--- a/test/big.c
+++ b/test/big.c
@@ -589,12 +589,6 @@ main (int ac, char **av)
usage();
goto quit;
}
- if (sizeof(hsize_t)<=4) {
- puts("Test skipped because the hdf5 library was configured with the");
- puts("--disable-hsizet flag in order to work around a compiler bug.");
- usage();
- goto quit;
- }
}
/* Do the test with the Family Driver */
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 387a182..ad811bc 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -179,7 +179,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/Makefile.in b/tools/Makefile.in
index 0e7f63c..b1a28f7 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -143,7 +143,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5copy/Makefile.in b/tools/h5copy/Makefile.in
index b694f53..654e94e 100644
--- a/tools/h5copy/Makefile.in
+++ b/tools/h5copy/Makefile.in
@@ -160,7 +160,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in
index 3fbe48c..271cb49 100644
--- a/tools/h5diff/Makefile.in
+++ b/tools/h5diff/Makefile.in
@@ -167,7 +167,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in
index 661e07e..eee1604 100644
--- a/tools/h5dump/Makefile.in
+++ b/tools/h5dump/Makefile.in
@@ -165,7 +165,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5import/Makefile.in b/tools/h5import/Makefile.in
index 25d8def..c349f5d 100755
--- a/tools/h5import/Makefile.in
+++ b/tools/h5import/Makefile.in
@@ -160,7 +160,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5jam/Makefile.in b/tools/h5jam/Makefile.in
index b68eb91..fe41b92 100644
--- a/tools/h5jam/Makefile.in
+++ b/tools/h5jam/Makefile.in
@@ -171,7 +171,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5ls/Makefile.in b/tools/h5ls/Makefile.in
index 18a147a..a4dba4e 100644
--- a/tools/h5ls/Makefile.in
+++ b/tools/h5ls/Makefile.in
@@ -154,7 +154,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in
index ac37a52..06476f2 100644
--- a/tools/h5repack/Makefile.in
+++ b/tools/h5repack/Makefile.in
@@ -174,7 +174,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/h5stat/Makefile.in b/tools/h5stat/Makefile.in
index 316f14b..9e00ffb 100644
--- a/tools/h5stat/Makefile.in
+++ b/tools/h5stat/Makefile.in
@@ -163,7 +163,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/lib/Makefile.in b/tools/lib/Makefile.in
index dc27029..94ffbb2 100644
--- a/tools/lib/Makefile.in
+++ b/tools/lib/Makefile.in
@@ -159,7 +159,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
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/tools/misc/Makefile.in b/tools/misc/Makefile.in
index 04af2e9..76be48b 100644
--- a/tools/misc/Makefile.in
+++ b/tools/misc/Makefile.in
@@ -178,7 +178,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@
HID_T = @HID_T@
HL = @HL@
HL_FOR = @HL_FOR@
-HSIZET = @HSIZET@
HSIZE_T = @HSIZE_T@
HSSIZE_T = @HSSIZE_T@
INSTALL = @INSTALL@