1 #ifndef OPENSSL_OPENSSLCONF_H
2 #define OPENSSL_OPENSSLCONF_H
8 #ifndef OPENSSL_NO_ENGINE
9 #define OPENSSL_NO_ENGINE
10 #endif /* !OPENSSL_NO_ENGINE */
12 #ifndef OPENSSL_NO_FP_API
13 #define OPENSSL_NO_FP_API
14 #endif /* !OPENSSL_NO_FP_API */
16 #ifndef OPENSSL_THREADS
17 #define OPENSSL_THREADS
18 #endif /* !OPENSSL_THREADS */
20 #ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
21 #define OPENSSL_EXPORT_VAR_AS_FUNCTION
22 #endif /* !OPENSSL_EXPORT_VAR_AS_FUNCTION */
24 #ifndef OPENSSL_NO_KRB5
25 #define OPENSSL_NO_KRB5
26 #endif /* !OPENSSL_NO_KRB5 */
29 #define OPENSSLDIR "AmiSSL:"
30 #endif /* !OPENSSLDIR */
33 #define OPENSSL_UNISTD <unistd.h>
35 #ifndef THIRTY_TWO_BIT
36 #define THIRTY_TWO_BIT
37 #endif /* !THIRTY_TWO_BIT */
40 #define DES_LONG unsigned long
41 #endif /* !DES_LONG */
44 #define IDEA_INT unsigned int
45 #endif /* !IDEA_INT */
48 #define MD2_INT unsigned int
52 #define RC2_INT unsigned int
56 #define RC4_INT unsigned int
59 #endif /* !OPENSSL_OPENSSLCONF_H */