1 /* include/mutils/mhash_config.h.  Generated from mhash_config.h.in by configure.  */
2 /* include/mutils/mhash_config.h.in.  Generated from configure.in by autoheader.  */
3 
4 /* "Adler32 Algorithm" */
5 #define ENABLE_ADLER32 1
6 
7 /* "CRC32 Algorithm" */
8 #define ENABLE_CRC32 1
9 
10 /* "GOST Algorithm" */
11 #define ENABLE_GOST 1
12 
13 /* "Haval Algorithm" */
14 #define ENABLE_HAVAL 1
15 
16 /* "MD-2 Algorithm" */
17 #define ENABLE_MD2 1
18 
19 /* "MD-4 Algorithm" */
20 #define ENABLE_MD4 1
21 
22 /* "MD-5 Algorithm" */
23 #define ENABLE_MD5 1
24 
25 /* "RIPE-MD - RIPE Substitute for MD" */
26 #define ENABLE_RIPEMD 1
27 
28 /* "SHA-1 Algorithm" */
29 #define ENABLE_SHA1 1
30 
31 /* "SHA-224 and SHA-256 - SHA-2 Algorithms" */
32 #define ENABLE_SHA256_SHA224 1
33 
34 /* "SHA-384 and SHA-512 - SHA-2 Algorithms" */
35 #define ENABLE_SHA512_SHA384 1
36 
37 /* "Snefru Algorithm" */
38 #define ENABLE_SNEFRU 1
39 
40 /* "Tiger Algorithm" */
41 #define ENABLE_TIGER 1
42 
43 /* "Whirlpool Algorithm" */
44 #define ENABLE_WHIRLPOOL 1
45 
46 /* Define to 1 if you have the <assert.h> header file. */
47 #define HAVE_ASSERT_H 1
48 
49 /* Define to 1 if you have the `bcopy' function. */
50 #define HAVE_BCOPY 1
51 
52 /* Define to 1 if you have the <byteswap.h> header file. */
53 #define HAVE_BYTESWAP_H 1
54 
55 /* Define to 1 if you have the `bzero' function. */
56 #define HAVE_BZERO 1
57 
58 /* Define to 1 if you have the <ctype.h> header file. */
59 #define HAVE_CTYPE_H 1
60 
61 /* Define to 1 if you have the <dlfcn.h> header file. */
62 #define HAVE_DLFCN_H 1
63 
64 /* Define to 1 if you have the <endian.h> header file. */
65 #define HAVE_ENDIAN_H 1
66 
67 /* Define to 1 if you have the <errno.h> header file. */
68 #define HAVE_ERRNO_H 1
69 
70 /* Define to 1 if you have the `fcntl' function. */
71 #define HAVE_FCNTL 1
72 
73 /* Define to 1 if you have the <fcntl.h> header file. */
74 #define HAVE_FCNTL_H 1
75 
76 /* Define to 1 if you have the `fsync' function. */
77 #define HAVE_FSYNC 1
78 
79 /* Define to 1 if you have the <inttypes.h> header file. */
80 #define HAVE_INTTYPES_H 1
81 
82 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
83 /* #undef HAVE_LIBDMALLOC */
84 
85 /* Define to 1 if you have the <limits.h> header file. */
86 #define HAVE_LIMITS_H 1
87 
88 /* Define to 1 if you have the `lstat' function. */
89 #define HAVE_LSTAT 1
90 
91 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
92    to 0 otherwise. */
93 #define HAVE_MALLOC 1
94 
95 /* Define to 1 if you have the <malloc.h> header file. */
96 #define HAVE_MALLOC_H 1
97 
98 /* Define to 1 if you have the `memmove' function. */
99 #define HAVE_MEMMOVE 1
100 
101 /* Define to 1 if you have the <memory.h> header file. */
102 #define HAVE_MEMORY_H 1
103 
104 /* Define to 1 if you have the `memset' function. */
105 #define HAVE_MEMSET 1
106 
107 /* Define to 1 if you have the `mlock' function. */
108 #define HAVE_MLOCK 1
109 
110 /* Define to 1 if you have the `readdir' function. */
111 #define HAVE_READDIR 1
112 
113 /* Define to 1 if you have the `readdir_r' function. */
114 #define HAVE_READDIR_R 1
115 
116 /* Define to 1 if you have the `sigaction' function. */
117 #define HAVE_SIGACTION 1
118 
119 /* Define to 1 if you have the `signal' function. */
120 #define HAVE_SIGNAL 1
121 
122 /* Define to 1 if you have the <signal.h> header file. */
123 #define HAVE_SIGNAL_H 1
124 
125 /* Define to 1 if you have the `stat' function. */
126 #define HAVE_STAT 1
127 
128 /* Define to 1 if stdbool.h conforms to C99. */
129 #define HAVE_STDBOOL_H 1
130 
131 /* Define to 1 if you have the <stdint.h> header file. */
132 #define HAVE_STDINT_H 1
133 
134 /* Define to 1 if you have the <stdio.h> header file. */
135 #define HAVE_STDIO_H 1
136 
137 /* Define to 1 if you have the <stdlib.h> header file. */
138 #define HAVE_STDLIB_H 1
139 
140 /* Define to 1 if you have the <strings.h> header file. */
141 #define HAVE_STRINGS_H 1
142 
143 /* Define to 1 if you have the <string.h> header file. */
144 #define HAVE_STRING_H 1
145 
146 /* Define to 1 if you have the `strtol' function. */
147 #define HAVE_STRTOL 1
148 
149 /* Define to 1 if you have the <sys/endian.h> header file. */
150 /* #undef HAVE_SYS_ENDIAN_H */
151 
152 /* Define to 1 if you have the <sys/mman.h> header file. */
153 #define HAVE_SYS_MMAN_H 1
154 
155 /* Define to 1 if you have the <sys/stat.h> header file. */
156 #define HAVE_SYS_STAT_H 1
157 
158 /* Define to 1 if you have the <sys/types.h> header file. */
159 #define HAVE_SYS_TYPES_H 1
160 
161 /* Define to 1 if you have the `umask' function. */
162 #define HAVE_UMASK 1
163 
164 /* Define to 1 if you have the <unistd.h> header file. */
165 #define HAVE_UNISTD_H 1
166 
167 /* Define to 1 if you have the `utime' function. */
168 #define HAVE_UTIME 1
169 
170 /* Define to 1 if you have the <utime.h> header file. */
171 #define HAVE_UTIME_H 1
172 
173 /* Define to 1 if you have the <values.h> header file. */
174 #define HAVE_VALUES_H 1
175 
176 /* Define to 1 if the system has the type `_Bool'. */
177 #define HAVE__BOOL 1
178 
179 /* "MHash Version" */
180 #define MHASH_VERSION PROGRAM_VERSION
181 
182 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
183 /* #undef NO_MINUS_C_MINUS_O */
184 
185 /* Name of package */
186 #define PACKAGE "mhash"
187 
188 /* Define to the address where bug reports for this package should be sent. */
189 #define PACKAGE_BUGREPORT "mhash-devel@sourceforge.net"
190 
191 /* Define to the full name of this package. */
192 #define PACKAGE_NAME "MHASH"
193 
194 /* Define to the full name and version of this package. */
195 #define PACKAGE_STRING "MHASH 0.9.9"
196 
197 /* Define to the one symbol short name of this package. */
198 #define PACKAGE_TARNAME "mhash"
199 
200 /* Define to the version of this package. */
201 #define PACKAGE_VERSION "0.9.9"
202 
203 /* Define to 1 if the C compiler supports function prototypes. */
204 #define PROTOTYPES 1
205 
206 /* Define to 1 if you have the ANSI C header files. */
207 #define STDC_HEADERS 1
208 
209 /* dmalloc */
210 /* #undef USE_DMALLOC */
211 
212 /* Version number of package */
213 #define VERSION "0.9.9"
214 
215 /* Define if using the dmalloc debugging malloc package */
216 /* #undef WITH_DMALLOC */
217 
218 /* Define to 1 if your processor stores words with the most significant byte
219    first (like Motorola and SPARC, unlike Intel and VAX). */
220 /* #undef WORDS_BIGENDIAN */
221 
222 /* Define to 1 if on AIX 3.
223    System headers sometimes define this.
224    We just want to avoid a redefinition error message.  */
225 #ifndef _ALL_SOURCE
226 /* # undef _ALL_SOURCE */
227 #endif
228 
229 /* Enable GNU extensions on systems that have them.  */
230 #ifndef _GNU_SOURCE
231 # define _GNU_SOURCE 1
232 #endif
233 
234 /* Define to 1 if on MINIX. */
235 /* #undef _MINIX */
236 
237 /* Define to 2 if the system does not provide POSIX.1 features except with
238    this defined. */
239 /* #undef _POSIX_1_SOURCE */
240 
241 /* Define to 1 if you need to in order for `stat' and other things to work. */
242 /* #undef _POSIX_SOURCE */
243 
244 /* Define like PROTOTYPES; this can be used by system headers. */
245 #define __PROTOTYPES 1
246 
247 /* Define to empty if `const' does not conform to ANSI C. */
248 /* #undef const */
249 
250 /* Define to `__inline__' or `__inline' if that's what the C compiler
251    calls it, or to nothing if 'inline' is not supported under any name.  */
252 #ifndef __cplusplus
253 /* #undef inline */
254 #endif
255 
256 /* Define to rpl_malloc if the replacement function should be used. */
257 /* #undef malloc */
258 
259 /* Define to `unsigned int' if <sys/types.h> does not define. */
260 /* #undef size_t */
261