diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-21 16:05:36 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-21 16:05:36 (GMT) |
commit | 8a3162e11890c538fe7871b93453846eb6058dd1 (patch) | |
tree | 4434d574fd56001ac549288e32e0278ee84083d0 /vms | |
parent | 4c6f09d4de36fc269afc7c933a23981310977b8a (diff) | |
download | hdf5-8a3162e11890c538fe7871b93453846eb6058dd1.zip hdf5-8a3162e11890c538fe7871b93453846eb6058dd1.tar.gz hdf5-8a3162e11890c538fe7871b93453846eb6058dd1.tar.bz2 |
[svn-r16334] Added definition for two new macros H5_HAVE_C99_DESIGNATED_INITIALIZER and H5_HAVE_C99_FUNC.
Tested on OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index e55eaff..e7b07d8 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -59,6 +59,13 @@ /* Define to 1 if you have the `BSDgettimeofday' function. */ /* #undef H5_HAVE_BSDGETTIMEOFDAY */ +/* Define if the compiler understands C99 designated initialization of structs + and unions */ +#define H5_HAVE_C99_DESIGNATED_INITIALIZER 1 + +/* Define if the compiler understands the __func__ keyword */ +#define H5_HAVE_C99_FUNC 1 + /* Define if the function stack tracing code is to be compiled in */ /* #undef H5_HAVE_CODESTACK */ |