diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-12 22:01:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-12 22:01:35 (GMT) |
commit | b4e029c70b5d23cde5b58d23bf244eac3b1b9077 (patch) | |
tree | 78a5382d3b22543b70b1612249c04e5d0c37b1e5 /src/H5config.h.in | |
parent | a73ea1b4f06635fa712d93f3d956fbede0bd8294 (diff) | |
download | hdf5-b4e029c70b5d23cde5b58d23bf244eac3b1b9077.zip hdf5-b4e029c70b5d23cde5b58d23bf244eac3b1b9077.tar.gz hdf5-b4e029c70b5d23cde5b58d23bf244eac3b1b9077.tar.bz2 |
[svn-r13971] Description:
Add --enable-deprecated-symbols configure option, to allow users to
remove deprecated public API symbols at configure time.
Add bin/make_vers script to bin/reconfigure actions.
Run bin/reconfigure to regenerate autotool components.
Tested on:
Mac OS X/32 10.4.10 (amazon)
FreeBSD/32 6.2 (duty)
Linux/32 2.6 (kagiso)
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index a4ce02f..06e1972 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -441,6 +441,9 @@ /* Define if your system can handle special collective IO properly. */ #undef MPI_SPECIAL_COLLECTIVE_IO_WORKS +/* Define if deprecated public API symbols are disabled */ +#undef NO_DEPRECATED_SYMBOLS + /* Define if shared writing must be disabled (CodeWarrior only) */ #undef NO_SHARED_WRITING |