Deleted Added
full compact
opensslconf-i386.h (110015) opensslconf-i386.h (160819)
1/* $FreeBSD: head/secure/lib/libcrypto/opensslconf-i386.h 110015 2003-01-29 01:06:15Z nectar $ */
1/* $FreeBSD: head/secure/lib/libcrypto/opensslconf-i386.h 160819 2006-07-29 19:41:41Z simon $ */
2/* opensslconf.h */
2/* opensslconf.h */
3
4/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
5
6/* OpenSSL was configured with the following options: */
3/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
4
5/* OpenSSL was configured with the following options: */
7#ifdef OPENSSL_ALGORITHM_DEFINES
8 /* no ciphers excluded */
6#ifndef OPENSSL_DOING_MAKEDEPEND
7
8/* libgmp is not in the FreeBSD base system. */
9#ifndef OPENSSL_NO_GMP
10# define OPENSSL_NO_GMP
9#endif
11#endif
10#ifdef OPENSSL_THREAD_DEFINES
11# ifndef THREADS
12# define THREADS
13# endif
12/* The Kerberos 5 support is MIT-specific. */
13#ifndef OPENSSL_NO_KRB5
14# define OPENSSL_NO_KRB5
14#endif
15#endif
16
17#endif /* OPENSSL_DOING_MAKEDEPEND */
18#ifndef OPENSSL_THREADS
19# define OPENSSL_THREADS
20#endif
21#ifndef OPENSSL_NO_STATIC_ENGINE
22# define OPENSSL_NO_STATIC_ENGINE
23#endif
24
25/* The OPENSSL_NO_* macros are also defined as NO_* if the application
26 asks for it. This is a transient feature that is provided for those
27 who haven't had the time to do the appropriate changes in their
28 applications. */
29#ifdef OPENSSL_ALGORITHM_DEFINES
30# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
31# define NO_GMP
32# endif
33# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
34# define NO_KRB5
35# endif
36# endif
15#ifdef OPENSSL_OTHER_DEFINES
16# ifndef NO_ASM
17# define NO_ASM
18# endif
19#endif
20
21/* crypto/opensslconf.h.in */
22
23/* Generate 80386 code? */
24#undef I386_ONLY
25
26#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
27#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
37#ifdef OPENSSL_OTHER_DEFINES
38# ifndef NO_ASM
39# define NO_ASM
40# endif
41#endif
42
43/* crypto/opensslconf.h.in */
44
45/* Generate 80386 code? */
46#undef I386_ONLY
47
48#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
49#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
50#define ENGINESDIR "/usr/lib/engines"
28#define OPENSSLDIR "/etc/ssl"
29#endif
30#endif
31
51#define OPENSSLDIR "/etc/ssl"
52#endif
53#endif
54
55#undef OPENSSL_UNISTD
32#define OPENSSL_UNISTD <unistd.h>
33
56#define OPENSSL_UNISTD <unistd.h>
57
58#undef OPENSSL_EXPORT_VAR_AS_FUNCTION
59
34#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
35#define IDEA_INT unsigned int
36#endif
37
38#if defined(HEADER_MD2_H) && !defined(MD2_INT)
39#define MD2_INT unsigned int
40#endif
41

--- 17 unchanged lines hidden (view full) ---

59/*
60 * This enables code handling data aligned at natural CPU word
61 * boundary. See crypto/rc4/rc4_enc.c for further details.
62 */
63#undef RC4_CHUNK
64#endif
65#endif
66
60#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
61#define IDEA_INT unsigned int
62#endif
63
64#if defined(HEADER_MD2_H) && !defined(MD2_INT)
65#define MD2_INT unsigned int
66#endif
67

--- 17 unchanged lines hidden (view full) ---

85/*
86 * This enables code handling data aligned at natural CPU word
87 * boundary. See crypto/rc4/rc4_enc.c for further details.
88 */
89#undef RC4_CHUNK
90#endif
91#endif
92
67#if (defined(HEADER_DES_H) || defined(HEADER_NEW_DES_H)) && !defined(DES_LONG)
93#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
68/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
69 * %20 speed up (longs are 8 bytes, int's are 4). */
70#ifndef DES_LONG
71#define DES_LONG unsigned long
72#endif
73#endif
74
75#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)

--- 92 unchanged lines hidden (view full) ---

168# define DES_PTR
169# define DES_RISC1
170# define DES_UNROLL
171#endif /* Systems-specific speed defines */
172#endif
173
174#endif /* DES_DEFAULT_OPTIONS */
175#endif /* HEADER_DES_LOCL_H */
94/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
95 * %20 speed up (longs are 8 bytes, int's are 4). */
96#ifndef DES_LONG
97#define DES_LONG unsigned long
98#endif
99#endif
100
101#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)

--- 92 unchanged lines hidden (view full) ---

194# define DES_PTR
195# define DES_RISC1
196# define DES_UNROLL
197#endif /* Systems-specific speed defines */
198#endif
199
200#endif /* DES_DEFAULT_OPTIONS */
201#endif /* HEADER_DES_LOCL_H */
176/* The Kerberos 5 support is MIT-specific. */
177#define OPENSSL_NO_KRB5