summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-02 20:41:05 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-02 20:41:05 +0000
commit3bfd99bfbbcd7e79cad39ecadb4e4378ef7ee14d (patch)
treef15c99819038ea7c659227f8a25d904b3963c7ae /e_os.h
parenta169e82065a8272640c670822eaf34447840092f (diff)
[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 08410f9eb4..803ceae90e 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