commit | 3bfd99bfbbcd7e79cad39ecadb4e4378ef7ee14d | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Jul 02 20:41:05 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Mon Jul 02 20:41:05 2001 +0000 |
tree | f15c99819038ea7c659227f8a25d904b3963c7ae | |
parent | a169e82065a8272640c670822eaf34447840092f [diff] [blame] |
[Forgotten commits?] Changes to have OpenSSL compile on OS/2. Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
diff --git a/e_os.h b/e_os.h index 08410f9..803ceae 100644 --- a/e_os.h +++ b/e_os.h
@@ -456,6 +456,13 @@ #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