Skip to content
Snippets Groups Projects
Commit 85dd592b authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Prevent redundant definition of HAVE_UNISTD_H.

parent 23c0531f
No related branches found
No related tags found
2 merge requests!91Add alternative code path for huge buffers.,!89Miscellaneous fixes and CDI-PIO improvements
......@@ -36,7 +36,7 @@ cat > ${PROG} << EOR
#if defined(_WIN32) || defined(_WIN64)
#define restrict
#define ssize_t long
#else
#elif ! defined HAVE_CONFIG_H
#define HAVE_UNISTD_H
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment