diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-25 05:08:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 05:08:01 (GMT) |
commit | 6dd051101d94b14ff21469b8045c4c26e2a446bd (patch) | |
tree | f1f9238d04c80cb8af220abecf88a9ef78135a34 /config/cmake/H5pubconf.h.in | |
parent | 34f2df48b7e0ae2151462a9835fd7096ef8c2925 (diff) | |
download | hdf5-6dd051101d94b14ff21469b8045c4c26e2a446bd.zip hdf5-6dd051101d94b14ff21469b8045c4c26e2a446bd.tar.gz hdf5-6dd051101d94b14ff21469b8045c4c26e2a446bd.tar.bz2 |
Assume frexpl/f and fabsl/f, which are C99 (#799)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 8a4db30..e14e212 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -156,12 +156,6 @@ /* Define to 1 if you have the `fork' function. */ #cmakedefine H5_HAVE_FORK @H5_HAVE_FORK@ -/* Define to 1 if you have the `frexpf' function. */ -#cmakedefine H5_HAVE_FREXPF @H5_HAVE_FREXPF@ - -/* Define to 1 if you have the `frexpl' function. */ -#cmakedefine H5_HAVE_FREXPL @H5_HAVE_FREXPL@ - /* Define to 1 if you have the `fseeko' function. */ #cmakedefine H5_HAVE_FSEEKO @H5_HAVE_FSEEKO@ |