diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-12 20:21:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-12 20:21:57 (GMT) |
commit | a73ea1b4f06635fa712d93f3d956fbede0bd8294 (patch) | |
tree | d945f18cd2e2797ca7e881367d4ba86cf892ce79 /src/H5public.h | |
parent | 1e91849e851e7b332bffc7dd1730f20f2eb17cd7 (diff) | |
download | hdf5-a73ea1b4f06635fa712d93f3d956fbede0bd8294.zip hdf5-a73ea1b4f06635fa712d93f3d956fbede0bd8294.tar.gz hdf5-a73ea1b4f06635fa712d93f3d956fbede0bd8294.tar.bz2 |
[svn-r13969] Description:
Initial checkin of API version macro generation script (bin/make_vers),
along with configuration file (src/H5vers.txt) and generated header
(src/H5version.h). Right now, no version macros are defined, since the main
source code and tests need to be adjusted to pay attention to the macros
defined.
Also, fixed makefile for generating error header files when used with
GNU make.
Tested on:
Mac OS X/32 10.4.10 (amazon)
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index a14a554..09b2d5c 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -30,6 +30,9 @@ */ #include "H5pubconf.h" /*from configure */ +/* API Version macro wrapper definitions */ +#include "H5version.h" + #ifdef H5_HAVE_FEATURES_H #include <features.h> /*for setting POSIX, BSD, etc. compatibility */ #endif |