summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-27 18:33:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-27 18:33:36 (GMT)
commite4ee157c86ea837ba8297c50cefdc296e8401094 (patch)
tree834205bf56ec642aab0f022382fab69bb7c64c46 /src/H5config.h.in
parent53d5ccb17e75f4ce182f3d98f2b60891de07e716 (diff)
downloadhdf5-e4ee157c86ea837ba8297c50cefdc296e8401094.zip
hdf5-e4ee157c86ea837ba8297c50cefdc296e8401094.tar.gz
hdf5-e4ee157c86ea837ba8297c50cefdc296e8401094.tar.bz2
[svn-r18635] Description:
Bring r18634 from trunk to 1.8 branch: Clean up compiler warnings. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5config.h.in')
-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 90d1361..ef072de 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -548,6 +548,9 @@
/* The size of `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T
+/* The size of `ptrdiff_t', as computed by sizeof. */
+#undef SIZEOF_PTRDIFF_T
+
/* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT
@@ -676,6 +679,9 @@
/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
+/* Define to `long' if <sys/types.h> does not define. */
+#undef ptrdiff_t
+
/* Define to `unsigned long' if <sys/types.h> does not define. */
#undef size_t