summaryrefslogtreecommitdiffstats
path: root/e_os2.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-09-27 15:41:34 +0000
committerRichard Levitte <levitte@openssl.org>2001-09-27 15:41:34 +0000
commit1a19f83d4c67254e211fc873f74049906ac5c971 (patch)
treea147a3bc99d11bbb66602d60cefe67b4d4b1baff /e_os2.h
parentdb8c838c6a6443d2ef1193a12f015e81abf9f6bb (diff)
Apparently, Linux is identified with __linux__ as well.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os2.h b/e_os2.h
index 18b68527af..ea92ff578a 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -144,7 +144,7 @@ extern "C" {
/* --------------------------------- 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