diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-28 22:10:22 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-28 22:10:22 (GMT) |
commit | 8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb (patch) | |
tree | d4b41bef65efef3f6cf965a83f9166546d6e7d5d /src | |
parent | c14a897ee25b14b1a5736b295cb57cc1c1c2b8e0 (diff) | |
download | hdf5-8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb.zip hdf5-8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb.tar.gz hdf5-8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb.tar.bz2 |
[svn-r11616]
Purpose:
Configure feature and cleanup
Description:
Added error when Absoft f95 is used without --disable-shared.
Removed tools/misc/h5import.c and tools/misc/pdb2hdf.c .
Platforms tested:
mir heping
Misc. update:
Diffstat (limited to 'src')
-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 19d6751..9b7f6a3 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -172,15 +172,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 `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET @@ -220,9 +214,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 |