summaryrefslogtreecommitdiff
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorbodo <bodo>1999-06-09 13:23:16 +0000
committerbodo <bodo>1999-06-09 13:23:16 +0000
commitb75e7884944e50dea9eb07aa0b654e24bb0fd839 (patch)
treec71c972f0857c3af810efe4a6604637be95119bc /crypto/opensslconf.h.in
parent881082ca8e887e08134f1076c293e33dc3286971 (diff)
downloadopenssl-b75e7884944e50dea9eb07aa0b654e24bb0fd839.tar.gz
Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).
Allow configuring the name of that header file.
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r--crypto/opensslconf.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index 5c9ee256e..e4a8f8ad5 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -10,6 +10,8 @@
#endif
#endif
+#define OPENSSL_UNISTD <unistd.h>
+
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
#define IDEA_INT unsigned int
#endif