diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-03-11 21:34:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 21:34:55 (GMT) |
commit | 6f760f200d6cb959c960b936af3fb2e68a55afde (patch) | |
tree | 65417bef3aaa8b351000377ad20de6687e34830f /java/test/junit.sh.in | |
parent | a78aae1150ffdfd44ef64c46da099c9412a7c3d0 (diff) | |
download | hdf5-6f760f200d6cb959c960b936af3fb2e68a55afde.zip hdf5-6f760f200d6cb959c960b936af3fb2e68a55afde.tar.gz hdf5-6f760f200d6cb959c960b936af3fb2e68a55afde.tar.bz2 |
Replaces checks for fork, etc. with checks for unistd.h (#457)
* Replaces checks for fork, etc. with H5_HAVE_UNISTD_H
Code previously checked for individual POSIX API calls using
H5_HAVE_FORK, etc. The calls we use have been standardized for
decades and available via unistd.h.
Some test messages that were missing when tests are skipped
due to a lack of unistd.h were also added.
The configure checks for individual POSIX API calls will be
removed in a later commit.
* Stupid formatter
Diffstat (limited to 'java/test/junit.sh.in')
0 files changed, 0 insertions, 0 deletions