Merge from vendor branch GCC:
[dragonfly.git] / secure / lib / libcrypto / opensslconf-i386.h
1 /* $DragonFly: src/secure/lib/libcrypto/opensslconf-i386.h,v 1.4 2006/09/06 12:40:51 corecode Exp $ */
2 /* opensslconf.h */
3 /* WARNING: Generated automatically from opensslconf.h.in by Configure. */
4
5 /* OpenSSL was configured with the following options: */
6 #ifndef OPENSSL_DOING_MAKEDEPEND
7
8 #ifndef OPENSSL_NO_CAMELLIA
9 # define OPENSSL_NO_CAMELLIA
10 #endif
11 #ifndef OPENSSL_NO_GMP
12 # define OPENSSL_NO_GMP
13 #endif
14 #ifndef OPENSSL_NO_KRB5
15 # define OPENSSL_NO_KRB5
16 #endif
17 #ifndef OPENSSL_NO_MDC2
18 # define OPENSSL_NO_MDC2
19 #endif
20 #ifndef OPENSSL_NO_RC5
21 # define OPENSSL_NO_RC5
22 #endif
23
24 #endif /* OPENSSL_DOING_MAKEDEPEND */
25 #ifndef OPENSSL_THREADS
26 # define OPENSSL_THREADS
27 #endif
28 #ifndef OPENSSL_NO_STATIC_ENGINE
29 # define OPENSSL_NO_STATIC_ENGINE
30 #endif
31
32 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
33    asks for it.  This is a transient feature that is provided for those
34    who haven't had the time to do the appropriate changes in their
35    applications.  */
36 #ifdef OPENSSL_ALGORITHM_DEFINES
37 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
38 #  define NO_CAMELLIA
39 # endif
40 # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
41 #  define NO_GMP
42 # endif
43 # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
44 #  define NO_KRB5
45 # endif
46 # if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2)
47 #  define NO_MDC2
48 # endif
49 # if defined(OPENSSL_NO_RC5) && !defined(NO_RC5)
50 #  define NO_RC5
51 # endif
52 #endif
53
54 /* crypto/opensslconf.h.in */
55
56 /* Generate 80386 code? */
57 #undef I386_ONLY
58
59 #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
60 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
61 #define ENGINESDIR "/usr/lib/ssl/engines"
62 #define OPENSSLDIR "/etc/ssl"
63 #endif
64 #endif
65
66 #undef OPENSSL_UNISTD
67 #define OPENSSL_UNISTD <unistd.h>
68
69 #undef OPENSSL_EXPORT_VAR_AS_FUNCTION
70
71 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
72 #define IDEA_INT unsigned int
73 #endif
74
75 #if defined(HEADER_MD2_H) && !defined(MD2_INT)
76 #define MD2_INT unsigned int
77 #endif
78
79 #if defined(HEADER_RC2_H) && !defined(RC2_INT)
80 /* I need to put in a mod for the alpha - eay */
81 #define RC2_INT unsigned int
82 #endif
83
84 #if defined(HEADER_RC4_H)
85 #if !defined(RC4_INT)
86 /* using int types make the structure larger but make the code faster
87  * on most boxes I have tested - up to %20 faster. */
88 /*
89  * I don't know what does "most" mean, but declaring "int" is a must on:
90  * - Intel P6 because partial register stalls are very expensive;
91  * - elder Alpha because it lacks byte load/store instructions;
92  */
93 #define RC4_INT unsigned int
94 #endif
95 #if !defined(RC4_CHUNK)
96 /*
97  * This enables code handling data aligned at natural CPU word
98  * boundary. See crypto/rc4/rc4_enc.c for further details.
99  */
100 #undef RC4_CHUNK
101 #endif
102 #endif
103
104 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
105 /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
106  * %20 speed up (longs are 8 bytes, int's are 4). */
107 #ifndef DES_LONG
108 #define DES_LONG unsigned long
109 #endif
110 #endif
111
112 #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
113 #define CONFIG_HEADER_BN_H
114 #define BN_LLONG
115
116 /* Should we define BN_DIV2W here? */
117
118 /* Only one for the following should be defined */
119 /* The prime number generation stuff may not work when
120  * EIGHT_BIT but I don't care since I've only used this mode
121  * for debuging the bignum libraries */
122 #undef SIXTY_FOUR_BIT_LONG
123 #undef SIXTY_FOUR_BIT
124 #define THIRTY_TWO_BIT
125 #undef SIXTEEN_BIT
126 #undef EIGHT_BIT
127 #endif
128
129 #if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
130 #define CONFIG_HEADER_RC4_LOCL_H
131 /* if this is defined data[i] is used instead of *data, this is a %20
132  * speedup on x86 */
133 #define RC4_INDEX
134 #endif
135
136 #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
137 #define CONFIG_HEADER_BF_LOCL_H
138 #undef BF_PTR
139 #endif /* HEADER_BF_LOCL_H */
140
141 #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
142 #define CONFIG_HEADER_DES_LOCL_H
143 #ifndef DES_DEFAULT_OPTIONS
144 /* the following is tweaked from a config script, that is why it is a
145  * protected undef/define */
146 #ifndef DES_PTR
147 #define DES_PTR
148 #endif
149
150 /* This helps C compiler generate the correct code for multiple functional
151  * units.  It reduces register dependancies at the expense of 2 more
152  * registers */
153 #ifndef DES_RISC1
154 #define DES_RISC1
155 #endif
156
157 #ifndef DES_RISC2
158 #undef DES_RISC2
159 #endif
160
161 #if defined(DES_RISC1) && defined(DES_RISC2)
162 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
163 #endif
164
165 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
166  * Very mucy CPU dependant */
167 #ifndef DES_UNROLL
168 #define DES_UNROLL
169 #endif
170
171 /* These default values were supplied by
172  * Peter Gutman <pgut001@cs.auckland.ac.nz>
173  * They are only used if nothing else has been defined */
174 #if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL)
175 /* Special defines which change the way the code is built depending on the
176    CPU and OS.  For SGI machines you can use _MIPS_SZLONG (32 or 64) to find
177    even newer MIPS CPU's, but at the moment one size fits all for
178    optimization options.  Older Sparc's work better with only UNROLL, but
179    there's no way to tell at compile time what it is you're running on */
180  
181 #if defined( sun )              /* Newer Sparc's */
182 #  define DES_PTR
183 #  define DES_RISC1
184 #  define DES_UNROLL
185 #elif defined( __ultrix )       /* Older MIPS */
186 #  define DES_PTR
187 #  define DES_RISC2
188 #  define DES_UNROLL
189 #elif defined( __osf1__ )       /* Alpha */
190 #  define DES_PTR
191 #  define DES_RISC2
192 #elif defined ( _AIX )          /* RS6000 */
193   /* Unknown */
194 #elif defined( __hpux )         /* HP-PA */
195   /* Unknown */
196 #elif defined( __aux )          /* 68K */
197   /* Unknown */
198 #elif defined( __dgux )         /* 88K (but P6 in latest boxes) */
199 #  define DES_UNROLL
200 #elif defined( __sgi )          /* Newer MIPS */
201 #  define DES_PTR
202 #  define DES_RISC2
203 #  define DES_UNROLL
204 #elif defined(i386) || defined(__i386__)        /* x86 boxes, should be gcc */
205 #  define DES_PTR
206 #  define DES_RISC1
207 #  define DES_UNROLL
208 #endif /* Systems-specific speed defines */
209 #endif
210
211 #endif /* DES_DEFAULT_OPTIONS */
212 #endif /* HEADER_DES_LOCL_H */