diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-02 02:01:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 02:01:40 (GMT) |
commit | 5e4625c04f970464b0d46475214f707a895d03b1 (patch) | |
tree | 7299a0efa3bfcaa588bdb99f75a7bfb815ed64c6 /config/cmake | |
parent | 50d0888f491821435f6884c0c4c516f69ff67927 (diff) | |
download | hdf5-5e4625c04f970464b0d46475214f707a895d03b1.zip hdf5-5e4625c04f970464b0d46475214f707a895d03b1.tar.gz hdf5-5e4625c04f970464b0d46475214f707a895d03b1.tar.bz2 |
Removes some DEC Alpha cruft from H5detect and H5private.h (#708)
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 45ab8b8..44b36ca 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -198,9 +198,6 @@ /* Define to 1 if you have the `ioctl' function. */ #cmakedefine H5_HAVE_IOCTL @H5_HAVE_IOCTL@ -/* Define to 1 if you have the <io.h> header file. */ -#cmakedefine H5_HAVE_IO_H @H5_HAVE_IO_H@ - /* Define to 1 if you have the `crypto' library (-lcrypto). */ #cmakedefine H5_HAVE_LIBCRYPTO @H5_HAVE_LIBCRYPTO@ |