summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-09-25 14:43:24 -0400
committerRich Salz <rsalz@openssl.org>2014-09-25 14:43:24 -0400
commit3d81ec5b92e1141762eb72caf2aeb9b2cd019a78 (patch)
treea86ce4cb0e7e1641b42c63f6e4c446248f8ac747 /e_os.h
parent008bef521c94e01cf1155fd313c4560b741e67bb (diff)
Remove #ifdef's for IRIX_CC_BUG
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/e_os.h b/e_os.h
index 0e01b46574..a5a2607b8f 100644
--- a/e_os.h
+++ b/e_os.h
@@ -657,13 +657,6 @@ extern char *sys_errlist[]; extern int sys_nerr;
#define DG_GCC_BUG /* gcc < 2.6.3 on DGUX */
-#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