Apparently, Linux is identified with __linux__ as well.
This commit is contained in:
parent
db8c838c6a
commit
1a19f83d4c
2
e_os2.h
2
e_os2.h
@ -144,7 +144,7 @@ extern "C" {
|
|||||||
|
|
||||||
/* --------------------------------- Unix ---------------------------------- */
|
/* --------------------------------- Unix ---------------------------------- */
|
||||||
#ifdef OPENSSL_SYS_UNIX
|
#ifdef OPENSSL_SYS_UNIX
|
||||||
# if defined(linux) || defined(OPENSSL_SYSNAME_LINUX)
|
# if defined(linux) || defined(__linux__) || defined(OPENSSL_SYSNAME_LINUX)
|
||||||
# define OPENSSL_SYS_LINUX
|
# define OPENSSL_SYS_LINUX
|
||||||
# endif
|
# endif
|
||||||
# ifdef OPENSSL_SYSNAME_MPE
|
# ifdef OPENSSL_SYSNAME_MPE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user