Commit 404fb714 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Even more late break-in MacOS tidbits...

parent a7c5241f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -72,7 +72,11 @@

#ifndef MSDOS
#if !defined(VMS) || defined(__DECC)
#ifdef OPENSSL_UNISTD
# include OPENSSL_UNISTD
#else
# include <unistd.h>
#endif
#include <math.h>
#endif
#endif
+5 −1
Original line number Diff line number Diff line
@@ -58,7 +58,11 @@

#if !defined(MSDOS) && !defined(VMS) && !defined(WIN32)
#include <openssl/opensslconf.h>
#ifdef OPENSSL_UNISTD
# include OPENSSL_UNISTD
#else
# include <unistd.h>
#endif
/* If unistd.h defines _POSIX_VERSION, we conclude that we
 * are on a POSIX system and have sigaction and termios. */
#if defined(_POSIX_VERSION)
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ extern "C" {
#  else
     /* !defined VMS */
#    ifdef OPENSSL_UNISTD
#      include OPENSLL_UNISTD
#      include OPENSSL_UNISTD
#    else
#      include <unistd.h>
#    endif