diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-03 23:26:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-03 23:26:42 (GMT) |
commit | 7e67d1f00da21ed8dc60ca36444a67cb12d18a18 (patch) | |
tree | 89d5050f6c03a07e45f934efaadabb12b7253faf /windows/src | |
parent | 5436f45bd11f2867b3c9e93b976df427a0ffb10e (diff) | |
download | hdf5-7e67d1f00da21ed8dc60ca36444a67cb12d18a18.zip hdf5-7e67d1f00da21ed8dc60ca36444a67cb12d18a18.tar.gz hdf5-7e67d1f00da21ed8dc60ca36444a67cb12d18a18.tar.bz2 |
[svn-r16413] Description:
Bring r16402:16412 from trunk back to revise_chunks branch
Tested on:
FreeBSD/32 6.3 (duty)
(h5committest not required for this branch)
Diffstat (limited to 'windows/src')
-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 */ |