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:
parent
c05febfa4f
commit
b5526482ef
1 changed files with 0 additions and 7 deletions
7
e_os.h
7
e_os.h
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue