RT3546: Remove #define IRIX_CC_BUG

Leftovers from commit 448155e9bb
Remove now-unused #define's

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Rich Salz 2015-01-05 16:05:54 -05:00
parent c05febfa4f
commit b5526482ef

7
e_os.h
View file

@ -626,13 +626,6 @@ extern char *sys_errlist[]; extern int sys_nerr;
/***********************************************/
#ifdef sgi
#define IRIX_CC_BUG /* all version of IRIX I've tested (4.* 5.*) */
#endif
#ifdef OPENSSL_SYS_SNI
#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
#endif
#if defined(OPENSSL_SYS_WINDOWS)
# define strcasecmp _stricmp
# define strncasecmp _strnicmp