summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-04-21 02:02:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-04-21 02:02:46 (GMT)
commit9bca9d684bd7d5179f30fb92afa9dee1e53f69cd (patch)
tree477a51a4748744a839ad3cab9a7c8420a8ba5095 /src/H5config.h.in
parentc60f5a8429f47fd8f0b013dc1a87b7f33eb6da95 (diff)
downloadhdf5-9bca9d684bd7d5179f30fb92afa9dee1e53f69cd.zip
hdf5-9bca9d684bd7d5179f30fb92afa9dee1e53f69cd.tar.gz
hdf5-9bca9d684bd7d5179f30fb92afa9dee1e53f69cd.tar.bz2
[svn-r16814] New feature(Bug 230):
Embed the content of libhdf5.settings into the hdf5 executables so that an "orphaned" executables can display (via the Unix strings command, for example) the library settings used to build the executables. This is a prototype implementation. Much improvement is needed. configure.in: Added the --disable-embedded-libinfo option to disable this feature. configure: src/H5config.h.in: Generated by autotools like automake. src/H5detect.c: Implement insert_libhdf5_settings() to insert the contents of libhdf5.settings into the library as an extern string variable so that it is included in all HDF5 executable. Much improvement is needed. fortran/src/Makefile.in: Auto-generated by bin/reconfigure. (i.e., I did make any changes to cause its direct regeneration). Tested: Jam serial, using default and --disable-embedded-libinfo, configure options.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 1c70790..a3e879b 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -84,6 +84,9 @@
/* Define to 1 if you have the <dmalloc.h> header file. */
#undef HAVE_DMALLOC_H
+/* Define if library information should be embedded in the executables */
+#undef HAVE_EMBEDDED_LIBINFO
+
/* Define to 1 if you have the <features.h> header file. */
#undef HAVE_FEATURES_H