Even more late break-in MacOS tidbits...
This commit is contained in:
parent
a7c5241f5f
commit
404fb7149e
@ -72,7 +72,11 @@
|
|||||||
|
|
||||||
#ifndef MSDOS
|
#ifndef MSDOS
|
||||||
#if !defined(VMS) || defined(__DECC)
|
#if !defined(VMS) || defined(__DECC)
|
||||||
#include OPENSSL_UNISTD
|
#ifdef OPENSSL_UNISTD
|
||||||
|
# include OPENSSL_UNISTD
|
||||||
|
#else
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -58,7 +58,11 @@
|
|||||||
|
|
||||||
#if !defined(MSDOS) && !defined(VMS) && !defined(WIN32)
|
#if !defined(MSDOS) && !defined(VMS) && !defined(WIN32)
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#include OPENSSL_UNISTD
|
#ifdef OPENSSL_UNISTD
|
||||||
|
# include OPENSSL_UNISTD
|
||||||
|
#else
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif
|
||||||
/* If unistd.h defines _POSIX_VERSION, we conclude that we
|
/* If unistd.h defines _POSIX_VERSION, we conclude that we
|
||||||
* are on a POSIX system and have sigaction and termios. */
|
* are on a POSIX system and have sigaction and termios. */
|
||||||
#if defined(_POSIX_VERSION)
|
#if defined(_POSIX_VERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user