diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-07-01 02:50:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 02:50:42 (GMT) |
commit | 3ed53d17fb018c0415be2d668c6765217deff16f (patch) | |
tree | 65a8ac799d1510f64311016efb8e3130b28ea47a /config/cmake | |
parent | 41526f68f3482f2b3a7aa581288bc86e9c6dcb43 (diff) | |
download | hdf5-3ed53d17fb018c0415be2d668c6765217deff16f.zip hdf5-3ed53d17fb018c0415be2d668c6765217deff16f.tar.gz hdf5-3ed53d17fb018c0415be2d668c6765217deff16f.tar.bz2 |
Removes workaround for platforms that lack C99 stuct initializers (#1842)
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 4b2d2ee..e32c3b3 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -98,10 +98,6 @@ /* Define if the __attribute__(()) extension is present */ #cmakedefine H5_HAVE_ATTRIBUTE @H5_HAVE_ATTRIBUTE@ -/* Define if the compiler understands C99 designated initialization of structs - and unions */ -#cmakedefine H5_HAVE_C99_DESIGNATED_INITIALIZER @H5_HAVE_C99_DESIGNATED_INITIALIZER@ - /* Define to 1 if you have the `clock_gettime' function. */ #cmakedefine H5_HAVE_CLOCK_GETTIME @H5_HAVE_CLOCK_GETTIME@ |