summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-10-10 20:40:52 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-10-10 20:40:52 (GMT)
commit5198b18c0bca7cebe62dbb859416915ca4361982 (patch)
treec2380e35818ee68cb409d18e5d7a63434de2bcc6 /src/H5config.h.in
parent67dffa5335d53968e91749b6fce0c67824ef70d8 (diff)
downloadhdf5-5198b18c0bca7cebe62dbb859416915ca4361982.zip
hdf5-5198b18c0bca7cebe62dbb859416915ca4361982.tar.gz
hdf5-5198b18c0bca7cebe62dbb859416915ca4361982.tar.bz2
[svn-r11520] Purpose:
Bug fix Description: Included netinet/in.h when checking for netinet/tcp.h. Same change as in 1.7. Platforms tested: mir, cu11 Misc. update:
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 763c1b2..19d6751 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -211,6 +211,9 @@
/* Define to 1 if you have the <mpe.h> header file. */
#undef HAVE_MPE_H
+/* Define to 1 if you have the <netinet/in.h> header file. */
+#undef HAVE_NETINET_IN_H
+
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H