summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index 86ce010..2e5035d 100644
--- a/configure.in
+++ b/configure.in
@@ -255,13 +255,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 \
@@ -4078,12 +4071,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"