From 45489e5daea8b155b5ffc6ea12aa3d69ab350820 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 21 Jan 2009 11:08:06 -0500 Subject: [svn-r16335] Added the definitions for the new macros H5_HAVE_C99_DESIGNATED_INITIALIZER and H5_HAVE_C99_FUNC. I tested them for v1.8. I simply added them by hand for v1.9 for now. I'll test them later. --- vms/src/h5pubconf.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index ea8fdaf..aec0d79 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -1,4 +1,3 @@ - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * @@ -100,6 +99,13 @@ /* Define to 1 if you have the `fseek64' function. */ /* #undef H5_HAVE_FSEEK64 */ +/* 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 */ /*#define H5_HAVE_CODESTACK 1*/ -- cgit v0.12