summaryrefslogtreecommitdiff
path: root/e_os2.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-13 16:11:14 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-13 16:11:14 +0000
commit0709385d3caf380d8506a16cc27573e7d2cf52b5 (patch)
tree1abc5a00ad294160103daa4ee4b7e534742f9ebc /e_os2.h
parent54a656ef081f72a740c550ebd8099b40b8b5cde0 (diff)
downloadopenssl-new-0709385d3caf380d8506a16cc27573e7d2cf52b5.tar.gz
Correct support for SunOS 4.1.3_U1.
PR: 227
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e_os2.h b/e_os2.h
index 45551d1eb6..3d61afeb50 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -174,6 +174,9 @@ extern "C" {
# define OPENSSL_SYS_MACOSX_RHAPSODY
# define OPENSSL_SYS_MACOSX
# endif
+# ifdef OPENSSL_SYSNAME_SUNOS
+# define OPENSSL_SYS_SUNOS
+#endif
# if defined(_CRAY) || defined(OPENSSL_SYSNAME_CRAY)
# define OPENSSL_SYS_CRAY
# endif