1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* The normal alignment of `uint64_t', in bytes. */
7 #undef ALIGNOF_UINT64_T
9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10 systems. This function is required for `alloca.c' support on those systems.
12 #undef CRAY_STACKSEG_END
14 /* Define to 1 if using `alloca.c'. */
17 /* Define to 1 if you have `alloca', as a function or macro. */
20 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24 /* Define if clock_gettime is available */
25 #undef HAVE_CLOCK_GETTIME
27 /* Define if fcntl file locking is available */
28 #undef HAVE_FCNTL_LOCKING
30 /* Define if the compiler understands __attribute__ */
31 #undef HAVE_GCC_ATTRIBUTE
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #undef HAVE_INTTYPES_H
36 /* Define to 1 if you have the `gmp' library (-lgmp). */
39 /* Define to 1 if you have the <malloc.h> header file. */
42 /* Define to 1 if you have the <memory.h> header file. */
45 /* Define to 1 if you have the `memxor' function. */
48 /* Define if mpz_powm_sec is available (appeared in GMP-5) */
49 #undef HAVE_MPZ_POWM_SEC
51 /* Define to 1 each of the following for which a native (ie. CPU specific)
52 implementation of the corresponding routine exists. */
53 #undef HAVE_NATIVE_ecc_192_modp
54 #undef HAVE_NATIVE_ecc_192_redc
55 #undef HAVE_NATIVE_ecc_224_modp
56 #undef HAVE_NATIVE_ecc_224_redc
57 #undef HAVE_NATIVE_ecc_256_modp
58 #undef HAVE_NATIVE_ecc_256_redc
59 #undef HAVE_NATIVE_ecc_384_modp
60 #undef HAVE_NATIVE_ecc_384_redc
61 #undef HAVE_NATIVE_ecc_521_modp
62 #undef HAVE_NATIVE_ecc_521_redc
64 /* Define to 1 if you have the <openssl/aes.h> header file. */
65 #undef HAVE_OPENSSL_AES_H
67 /* Define to 1 if you have the <openssl/blowfish.h> header file. */
68 #undef HAVE_OPENSSL_BLOWFISH_H
70 /* Define to 1 if you have the <openssl/cast.h> header file. */
71 #undef HAVE_OPENSSL_CAST_H
73 /* Define to 1 if you have the <openssl/des.h> header file. */
74 #undef HAVE_OPENSSL_DES_H
76 /* Define to 1 if you have the <stdint.h> header file. */
79 /* Define to 1 if you have the <stdlib.h> header file. */
82 /* Define to 1 if you have the `strerror' function. */
85 /* Define to 1 if you have the <strings.h> header file. */
88 /* Define to 1 if you have the <string.h> header file. */
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #undef HAVE_SYS_STAT_H
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #undef HAVE_SYS_TYPES_H
97 /* Define to 1 if you have the <unistd.h> header file. */
100 /* Define to the address where bug reports for this package should be sent. */
101 #undef PACKAGE_BUGREPORT
103 /* Define to the full name of this package. */
106 /* Define to the full name and version of this package. */
107 #undef PACKAGE_STRING
109 /* Define to the one symbol short name of this package. */
110 #undef PACKAGE_TARNAME
112 /* Define to the home page for this package. */
115 /* Define to the version of this package. */
116 #undef PACKAGE_VERSION
118 /* The size of `char', as computed by sizeof. */
121 /* The size of `int', as computed by sizeof. */
124 /* The size of `long', as computed by sizeof. */
127 /* The size of `short', as computed by sizeof. */
130 /* The size of `void*', as computed by sizeof. */
133 /* If using the C implementation of alloca, define if you know the
134 direction of stack growth for your system; otherwise it will be
135 automatically deduced at runtime.
136 STACK_DIRECTION > 0 => grows toward higher addresses
137 STACK_DIRECTION < 0 => grows toward lower addresses
138 STACK_DIRECTION = 0 => direction of growth unknown */
139 #undef STACK_DIRECTION
141 /* Define to 1 if you have the ANSI C header files. */
144 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
145 #undef TIME_WITH_SYS_TIME
147 /* Defined if public key features are enabled */
150 /* Define if you have openssl's libcrypto (used for benchmarking) */
153 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
154 significant byte first (like Motorola and SPARC, unlike Intel). */
155 #if defined AC_APPLE_UNIVERSAL_BUILD
156 # if defined __BIG_ENDIAN__
157 # define WORDS_BIGENDIAN 1
160 # ifndef WORDS_BIGENDIAN
161 # undef WORDS_BIGENDIAN
165 /* Define to empty if `const' does not conform to ANSI C. */
168 /* Define to `int' if <sys/types.h> doesn't define. */
171 /* Define to `__inline__' or `__inline' if that's what the C compiler
172 calls it, or to nothing if 'inline' is not supported under any name. */
177 /* Define to `unsigned int' if <sys/types.h> does not define. */
180 /* Define to `int' if <sys/types.h> doesn't define. */
183 /* AIX requires this to be the first thing in the file. */
191 # ifndef alloca /* predefined by HP cc +Olibcalls */
195 /* Needed for alloca on windows */
200 #else /* defined __GNUC__ */
204 /* Needed for alloca on windows, also with gcc */
213 #define STRERROR strerror
215 #define STRERROR(x) (sys_errlist[x])
219 #if __GNUC__ && HAVE_GCC_ATTRIBUTE
220 # define NORETURN __attribute__ ((__noreturn__))
221 # define PRINTF_STYLE(f, a) __attribute__ ((__format__ (__printf__, f, a)))
222 # define UNUSED __attribute__ ((__unused__))
225 # define PRINTF_STYLE(f, a)
230 #if defined(__x86_64__) || defined(__arch64__)
231 # define HAVE_NATIVE_64_BIT 1
233 /* Needs include of <limits.h> before use. */
234 # define HAVE_NATIVE_64_BIT (SIZEOF_LONG * CHAR_BIT >= 64)