summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-22 14:24:50 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-22 14:24:50 +0000
commitbb3ee8e75dc111f787dabbc8fa0cf5eba159b026 (patch)
tree1ccd5401bab835698da8fab8788d32adee8167d6 /crypto/opensslconf.h.in
parent32654e792b8863024cfaff8e22cd1d53a5ff5626 (diff)
Since opensslconf.h might be included over and over, undefine
OPENSSL_UNISTD before redefining it, to avoid compiler warnings.
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r--crypto/opensslconf.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index 1b85ae5989..5da5911228 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -9,6 +9,7 @@
#endif
#endif
+#undef OPENSSL_UNISTD
#define OPENSSL_UNISTD <unistd.h>
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)