From 3bfd99bfbbcd7e79cad39ecadb4e4378ef7ee14d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 2 Jul 2001 20:41:05 +0000 Subject: [Forgotten commits?] Changes to have OpenSSL compile on OS/2. Contributed by "Brian Havard" --- e_os.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'e_os.h') 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 +# include +# define NO_SYSLOG +# define strcasecmp stricmp +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3