summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
-rw-r--r--src/Makefile.in1
-rw-r--r--src/libhdf5.settings.in1
3 files changed, 0 insertions, 5 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 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@