X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=e_os.h;h=803ceae90e57067ed8fccd2c52ec38e0bdf8678c;hp=08410f9eb40104db5f0ca323e7c60020c0f1766c;hb=db7535711049fcfdc71145029b0efc775fa17a5a;hpb=f0b54fefe9bf7845ca8d2c137f1f5483ac17320c 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