commit | 1a19f83d4c67254e211fc873f74049906ac5c971 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Sep 27 15:41:34 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Sep 27 15:41:34 2001 +0000 |
tree | a147a3bc99d11bbb66602d60cefe67b4d4b1baff | |
parent | db8c838c6a6443d2ef1193a12f015e81abf9f6bb [diff] [blame] |
Apparently, Linux is identified with __linux__ as well.
diff --git a/e_os2.h b/e_os2.h index 18b6852..ea92ff5 100644 --- a/e_os2.h +++ b/e_os2.h
@@ -144,7 +144,7 @@ /* --------------------------------- 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 # endif # ifdef OPENSSL_SYSNAME_MPE