summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2007-06-14 13:55:49 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2007-06-14 13:55:49 (GMT)
commit840bdc0a00639d30640b6597b4ac0ecc470a4bed (patch)
tree84e6b6ca5208fc99e8f6ed83155ff687d62ab9b0 /src/H5config.h.in
parent7a9d2d7b43370e6588ce89afb24e9fa8a9e110b2 (diff)
downloadhdf5-840bdc0a00639d30640b6597b4ac0ecc470a4bed.zip
hdf5-840bdc0a00639d30640b6597b4ac0ecc470a4bed.tar.gz
hdf5-840bdc0a00639d30640b6597b4ac0ecc470a4bed.tar.bz2
[svn-r13864] Purpose: Adding a new macro, H5_HAVE_OFFSETOF.
Description: When the compiler has the __offsetof__ extension, the H5_HAVE_OFFSETOF macro will be defined. When the compiler does not have the extension, the macro will remain undefined. Tested: kagiso
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index c34a7c0..0802ada 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -228,6 +228,9 @@
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
+/* Define if the __offsetof__ extension is present */
+#undef HAVE_OFFSETOF
+
/* Define if we have parallel support */
#undef HAVE_PARALLEL