1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define canonical host type. */
7#undef CANONICAL_HOST
8
9/* Define to 1 if you have the <beecrypt/sha1.h> header file. */
10#undef HAVE_BEECRYPT_SHA1_H
11
12/* Define to 1 if you have the <errno.h> header file. */
13#undef HAVE_ERRNO_H
14
15/* Define to 1 if you have the `fchdir' function. */
16#undef HAVE_FCHDIR
17
18/* Define to 1 if you have the <fcntl.h> header file. */
19#undef HAVE_FCNTL_H
20
21/* Define to 1 if you have the <gcrypt.h> header file. */
22#undef HAVE_GCRYPT_H
23
24/* Define to 1 if you have the `getopt' function. */
25#undef HAVE_GETOPT
26
27/* Define to 1 if you have the <gnutls/crypto.h> header file. */
28#undef HAVE_GNUTLS_CRYPTO_H
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define to 1 if you have the <limits.h> header file. */
34#undef HAVE_LIMITS_H
35
36/* Define to 1 if you have the <linux/if_alg.h> header file. */
37#undef HAVE_LINUX_IF_ALG_H
38
39/* Define to 1 if the system has the type `long long int'. */
40#undef HAVE_LONG_LONG_INT
41
42/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
43   to 0 otherwise. */
44#undef HAVE_MALLOC
45
46/* Define to 1 if you have the <mbedtls/sha1.h> header file. */
47#undef HAVE_MBEDTLS_SHA1_H
48
49/* Define to 1 if you have the <memory.h> header file. */
50#undef HAVE_MEMORY_H
51
52/* Define to 1 if you have the <nettle/sha1.h> header file. */
53#undef HAVE_NETTLE_SHA1_H
54
55/* Define to 1 if you have the <openssl/sha.h> header file. */
56#undef HAVE_OPENSSL_SHA_H
57
58/* Define to 1 if your system has a GNU libc compatible `realloc' function,
59   and to 0 otherwise. */
60#undef HAVE_REALLOC
61
62/* Define to 1 if you have the <stdint.h> header file. */
63#undef HAVE_STDINT_H
64
65/* Define to 1 if you have the <stdio.h> header file. */
66#undef HAVE_STDIO_H
67
68/* Define to 1 if you have the <stdlib.h> header file. */
69#undef HAVE_STDLIB_H
70
71/* Define to 1 if you have the <strings.h> header file. */
72#undef HAVE_STRINGS_H
73
74/* Define to 1 if you have the <string.h> header file. */
75#undef HAVE_STRING_H
76
77/* Define to 1 if `salg_name' is a member of `struct sockaddr_alg'. */
78#undef HAVE_STRUCT_SOCKADDR_ALG_SALG_NAME
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/types.h> header file. */
84#undef HAVE_SYS_TYPES_H
85
86/* Define to 1 if you have the <time.h> header file. */
87#undef HAVE_TIME_H
88
89/* Define to 1 if you have the <tomcrypt.h> header file. */
90#undef HAVE_TOMCRYPT_H
91
92/* Define to 1 if you have the <unistd.h> header file. */
93#undef HAVE_UNISTD_H
94
95/* Define to 1 if you have the <wincrypt.h> header file. */
96#undef HAVE_WINCRYPT_H
97
98/* Define to 1 if you have the <windows.h> header file. */
99#undef HAVE_WINDOWS_H
100
101/* Name of package */
102#undef PACKAGE
103
104/* Define to the address where bug reports for this package should be sent. */
105#undef PACKAGE_BUGREPORT
106
107/* Define to the full name of this package. */
108#undef PACKAGE_NAME
109
110/* Define to the full name and version of this package. */
111#undef PACKAGE_STRING
112
113/* Define to the one symbol short name of this package. */
114#undef PACKAGE_TARNAME
115
116/* Define to the home page for this package. */
117#undef PACKAGE_URL
118
119/* Define to the version of this package. */
120#undef PACKAGE_VERSION
121
122/* Define to 1 if you have the ANSI C header files. */
123#undef STDC_HEADERS
124
125/* Version number of package */
126#undef VERSION
127
128/* Use BeeCrypt library to compute hash. */
129#undef WITH_BEECRYPT
130
131/* Use libgcrypt crypto library to compute hash. */
132#undef WITH_GCRYPT
133
134/* Use GnuTLS library to compute hash. */
135#undef WITH_GNUTLS
136
137/* Use Linux Kernel Crypto API to compute hash. */
138#undef WITH_KERNEL_CRYPTO_API
139
140/* Use Nettle crypto library to compute hash. */
141#undef WITH_NETTLE
142
143/* Use OpenSSL crypto library to compute hash. */
144#undef WITH_OPENSSL
145
146/* Use mbedTLS/PolarSSL crypto library to compute hash. */
147#undef WITH_POLARSSL
148
149/* Use tomcrypt library to compute hash. */
150#undef WITH_TOMCRYPT
151
152/* Use Windows CryptoAPI to compute hash. */
153#undef WITH_WINDOWS_CRYPTOAPI
154
155/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
156   significant byte first (like Motorola and SPARC, unlike Intel). */
157#if defined AC_APPLE_UNIVERSAL_BUILD
158# if defined __BIG_ENDIAN__
159#  define WORDS_BIGENDIAN 1
160# endif
161#else
162# ifndef WORDS_BIGENDIAN
163#  undef WORDS_BIGENDIAN
164# endif
165#endif
166
167/* Enable large inode numbers on Mac OS X 10.5.  */
168#ifndef _DARWIN_USE_64_BIT_INODE
169# define _DARWIN_USE_64_BIT_INODE 1
170#endif
171
172/* Number of bits in a file offset, on hosts where this is settable. */
173#undef _FILE_OFFSET_BITS
174
175/* Define for large files, on AIX-style hosts. */
176#undef _LARGE_FILES
177
178/* Define to rpl_malloc if the replacement function should be used. */
179#undef malloc
180
181/* Define to rpl_realloc if the replacement function should be used. */
182#undef realloc
183
184/* Define to `unsigned int' if <sys/types.h> does not define. */
185#undef size_t
186