diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-24 19:31:06 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-24 19:31:06 (GMT) |
commit | 69293e09df6585808643b9c1393d44da2767315d (patch) | |
tree | f43bd823d362dbb1b8b297ae3c375cfb05d68776 /src/H5config.h.in | |
parent | 8619af74a4bc5013d6c9896f1c696f91e7bda050 (diff) | |
download | hdf5-69293e09df6585808643b9c1393d44da2767315d.zip hdf5-69293e09df6585808643b9c1393d44da2767315d.tar.gz hdf5-69293e09df6585808643b9c1393d44da2767315d.tar.bz2 |
[svn-r11602] Purpose:
Bug fix
Description:
Removed detection of pdb from configure.in as a corollary to removal
of pdb2hdf5 tool.
Platforms tested:
mir, modi4
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 56bab2f..e7d8e75 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -163,15 +163,9 @@ /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL -/* Define to 1 if you have the `pdb' library (-lpdb). */ -#undef HAVE_LIBPDB - /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD -/* Define to 1 if you have the `silo' library (-lsilo). */ -#undef HAVE_LIBSILO - /* Define to 1 if you have the `sz' library (-lsz). */ #undef HAVE_LIBSZ @@ -208,9 +202,6 @@ /* Define if we have parallel support */ #undef HAVE_PARALLEL -/* Define to 1 if you have the <pdb.h> header file. */ -#undef HAVE_PDB_H - /* Define to 1 if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H |