summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorlevitte <levitte>2001-07-02 20:39:19 +0000
committerlevitte <levitte>2001-07-02 20:39:19 +0000
commitbffbc8ab8807e0916eee3848ba3b4f36b2a91362 (patch)
treecd8bc4bb3eb0ddfb14cac5a18086dab67ec072ab /e_os.h
parent793127b1989d9945cf9ecc15b2060dd4eaa4892e (diff)
downloadopenssl-bffbc8ab8807e0916eee3848ba3b4f36b2a91362.tar.gz
[Forgotten commits?]
Changes to have OpenSSL compile on OS/2. Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 08410f9eb..803ceae90 100644
--- a/e_os.h
+++ b/e_os.h
@@ -456,6 +456,13 @@ extern char *sys_errlist[]; extern int sys_nerr;
#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
#endif
+#if defined(OPENSSL_SYS_OS2) && defined(__EMX__)
+# include <io.h>
+# include <fcntl.h>
+# define NO_SYSLOG
+# define strcasecmp stricmp
+#endif
+
#ifdef __cplusplus
}
#endif