summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-01-21 16:05:36 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-01-21 16:05:36 (GMT)
commit8a3162e11890c538fe7871b93453846eb6058dd1 (patch)
tree4434d574fd56001ac549288e32e0278ee84083d0 /vms
parent4c6f09d4de36fc269afc7c933a23981310977b8a (diff)
downloadhdf5-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.h7
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 */