diff options
Diffstat (limited to 'windows/src/H5pubconf.h')
-rwxr-xr-x | windows/src/H5pubconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 5c6e550..6639fb5 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -78,6 +78,10 @@ /* 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 */ +/* #undef H5_HAVE_C99_DESIGNATED_INITIALIZER */ + /* Define if the compiler understand the __func__ keyword */ /* #undef H5_HAVE_C99_FUNC */ |