summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-28 07:17:52 +0100
committerRich Salz <rsalz@openssl.org>2014-12-28 07:17:52 +0100
commit32dfde107636ac9bc62a5b3233fe2a54dbc27008 (patch)
treed0a9befb1634e4ea9ee03546443d43703d28baff /e_os.h
parentRT3548: unsupported platforms (diff)
downloadopenssl-32dfde107636ac9bc62a5b3233fe2a54dbc27008.tar.xz
openssl-32dfde107636ac9bc62a5b3233fe2a54dbc27008.zip
RT3548: Remove unsupported platforms
This commit removes DG-UX. It also flushes out some left-behinds in config. And regenerates TABLE from Configure (hadn't been done in awhile). Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e_os.h b/e_os.h
index ec011c8ceb..8b7bcf22c6 100644
--- a/e_os.h
+++ b/e_os.h
@@ -625,8 +625,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