summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2007-06-20 15:50:54 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2007-06-20 15:50:54 (GMT)
commit276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a (patch)
tree0b8c5b650ab42a78e579ea09387d27ef9c6f74b8 /src/H5config.h.in
parenta3d3090bd0fef91fd442e2daef4d48a5bf6bbd90 (diff)
downloadhdf5-276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a.zip
hdf5-276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a.tar.gz
hdf5-276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a.tar.bz2
[svn-r13890] Purpose: intermediate checkin for offsetof fix for PGI compiler.
Description: added new configuration to generate a pubconf file in the c++/src directory, H5cxx_pubconf.h. When C++ compiler recognizes 'offsetof', the macro H5_CXX_HAVE_OFFSETOF is defined in the new pubconf file. Tested: on kagiso
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 0802ada..c34a7c0 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -228,9 +228,6 @@
/* 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