From aaed76e5c8ea4b11cba2070b1bf92d85477e657d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 20 Dec 1999 15:24:34 -0500 Subject: [svn-r1919] Added Pthread library options. --- src/H5config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 header file. */ #undef HAVE_ZLIB_H +/* Define if you have the 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 -- cgit v0.12