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