diff options
author | Rich Salz <rsalz@openssl.org> | 2014-12-28 01:17:52 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2014-12-28 01:17:52 -0500 |
commit | 32dfde107636ac9bc62a5b3233fe2a54dbc27008 (patch) | |
tree | d0a9befb1634e4ea9ee03546443d43703d28baff /e_os.h | |
parent | 6c23ca0cbb0181f803f38694e3f25e53e409a238 (diff) | |
download | openssl-new-32dfde107636ac9bc62a5b3233fe2a54dbc27008.tar.gz |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |