summaryrefslogtreecommitdiff
path: root/include/openssl/opensslconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/opensslconf.h.in')
-rw-r--r--include/openssl/opensslconf.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in
index ca680bc388..0f99079c5c 100644
--- a/include/openssl/opensslconf.h.in
+++ b/include/openssl/opensslconf.h.in
@@ -165,9 +165,6 @@ extern "C" {
/* Generate 80386 code? */
{- $config{processor} eq "386" ? "# define" : "# undef" -} I386_ONLY
-# undef OPENSSL_UNISTD
-# define OPENSSL_UNISTD {- $target{unistd} -}
-
{- $config{export_var_as_fn} ? "# define" : "# undef" -} OPENSSL_EXPORT_VAR_AS_FUNCTION
/*