summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-12-20 20:24:34 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-12-20 20:24:34 (GMT)
commitaaed76e5c8ea4b11cba2070b1bf92d85477e657d (patch)
tree467109f65d7630a6859014a45460b032e74a252a /src/H5config.h.in
parent96f3c024918c6d777d941090472b7f34e2d75205 (diff)
downloadhdf5-aaed76e5c8ea4b11cba2070b1bf92d85477e657d.zip
hdf5-aaed76e5c8ea4b11cba2070b1bf92d85477e657d.tar.gz
hdf5-aaed76e5c8ea4b11cba2070b1bf92d85477e657d.tar.bz2
[svn-r1919] Added Pthread library options.
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 a947969..bf00559 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -302,6 +302,9 @@
/* Define if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
+/* Define if you have the <pthread.h> header file. */
+#undef HAVE_PTHREAD_H
+
/* Define if you have the df library (-ldf). */
#undef HAVE_LIBDF
@@ -352,3 +355,6 @@
/* Define if you have the z library (-lz). */
#undef HAVE_LIBZ
+
+/* Define if you have the pthread library (-lpthread). */
+#undef HAVE_LIBPTHREAD