summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-11-03 18:05:58 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-11-03 18:05:58 (GMT)
commit4051fa31870cb61a757d5d3930f41b3bd2475657 (patch)
tree0c57a0f614519e28f11c45a07d45fa697a63cf45 /src/H5config.h.in
parentc13e76ffeec1a574697d44c40953a36bdb72eddf (diff)
downloadhdf5-4051fa31870cb61a757d5d3930f41b3bd2475657.zip
hdf5-4051fa31870cb61a757d5d3930f41b3bd2475657.tar.gz
hdf5-4051fa31870cb61a757d5d3930f41b3bd2475657.tar.bz2
[svn-r1814] * 1999-11-03
** config/depend1.in We don't regenerate the Dependencies files if we're compiling in the source tree because `gcc -MM' doesn't output enough information to make the result usable when compiling outside the source tree. ** src/H5config.h.in Regenerated to include HAVE_LIBMPI and HAVE_LIBMPIO because of recent changes to configure.in
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 a50cfe2..a947969 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -332,9 +332,15 @@
/* Define if you have the mfhdf library (-lmfhdf). */
#undef HAVE_LIBMFHDF
+/* Define if you have the mpi library (-lmpi). */
+#undef HAVE_LIBMPI
+
/* Define if you have the mpich library (-lmpich). */
#undef HAVE_LIBMPICH
+/* Define if you have the mpio library (-lmpio). */
+#undef HAVE_LIBMPIO
+
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL