diff options
author | megamage <none@none> | 2009-02-12 17:09:15 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-12 17:09:15 -0600 |
commit | 6aee5fcbe7473a3cbac12b7e8482a7b98bef8be3 (patch) | |
tree | 91ec91d5c19eba9c2fe0e84b1c9dc7047a3de80e /dep/include/openssl/opensslconf.h | |
parent | 2d2f433b4de1c35b22aaf07854fc0ee11fcb350d (diff) | |
parent | f385747164c3fb278c92ef46fbd6c3da6590bbf0 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'dep/include/openssl/opensslconf.h')
-rw-r--r-- | dep/include/openssl/opensslconf.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dep/include/openssl/opensslconf.h b/dep/include/openssl/opensslconf.h index 4620e0e530e..8073c136922 100644 --- a/dep/include/openssl/opensslconf.h +++ b/dep/include/openssl/opensslconf.h @@ -179,31 +179,31 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! even newer MIPS CPU's, but at the moment one size fits all for optimization options. Older Sparc's work better with only UNROLL, but there's no way to tell at compile time what it is you're running on */ - -#if defined( sun ) /* Newer Sparc's */ + +#if defined( sun ) /* Newer Sparc's */ # define DES_PTR # define DES_RISC1 # define DES_UNROLL -#elif defined( __ultrix ) /* Older MIPS */ +#elif defined( __ultrix ) /* Older MIPS */ # define DES_PTR # define DES_RISC2 # define DES_UNROLL -#elif defined( __osf1__ ) /* Alpha */ +#elif defined( __osf1__ ) /* Alpha */ # define DES_PTR # define DES_RISC2 -#elif defined ( _AIX ) /* RS6000 */ +#elif defined ( _AIX ) /* RS6000 */ /* Unknown */ -#elif defined( __hpux ) /* HP-PA */ +#elif defined( __hpux ) /* HP-PA */ /* Unknown */ -#elif defined( __aux ) /* 68K */ +#elif defined( __aux ) /* 68K */ /* Unknown */ -#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ # define DES_UNROLL -#elif defined( __sgi ) /* Newer MIPS */ +#elif defined( __sgi ) /* Newer MIPS */ # define DES_PTR # define DES_RISC2 # define DES_UNROLL -#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ # define DES_PTR # define DES_RISC1 # define DES_UNROLL |