1/* config.in.  Generated from configure.ac by autoheader.  */
2
3/* Default charset is CP866 rather than iso-8859-1 */
4#undef CP866
5
6/* Define name of current directory (C string) */
7#undef CURDIR_S
8
9/* database file extension */
10#undef DB_EXT
11
12/* database type */
13#undef DB_TYPE
14
15/* Use specified charset */
16#undef DEFAULT_CHARSET
17
18/* Define directory separator (C character) */
19#undef DIRSEP_C
20
21/* Define directory separator (C string) */
22#undef DIRSEP_S
23
24/* Disable transactional mode in Berkeley DB */
25#undef DISABLE_TRANSACTIONS
26
27/* Disable converting character sets to Unicode */
28#undef DISABLE_UNICODE
29
30/* Enable Berkeley DB datastore */
31#undef ENABLE_DB_DATASTORE
32
33/* Enable kyotocabinet datastore */
34#undef ENABLE_KYOTOCABINET_DATASTORE
35
36/* Enable LMDB datastore */
37#undef ENABLE_LMDB_DATASTORE
38
39/* Enable memory usage debugging */
40#undef ENABLE_MEMDEBUG
41
42/* Enable qdbm datastore */
43#undef ENABLE_QDBM_DATASTORE
44
45/* Enable sqlite3 datastore */
46#undef ENABLE_SQLITE_DATASTORE
47
48/* Enable tokyocabinet datastore */
49#undef ENABLE_TOKYOCABINET_DATASTORE
50
51/* Force transactional mode in Berkeley DB */
52#undef ENABLE_TRANSACTIONS
53
54/* Enable converting character sets to Unicode */
55#undef ENABLE_UNICODE
56
57/* Define file extension separator (C string) */
58#undef EXTSEP_S
59
60/* Define to 1 if you have the `arc4random' function. */
61#undef HAVE_ARC4RANDOM
62
63/* Have suitable db.h header */
64#undef HAVE_DB_H
65
66/* Define to 1 if you have the declaration of `db_create', and to 0 if you
67   don't. */
68#undef HAVE_DECL_DB_CREATE
69
70/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
71   */
72#undef HAVE_DECL_GETOPT
73
74/* Define to 1 if you have the declaration of `optreset', and to 0 if you
75   don't. */
76#undef HAVE_DECL_OPTRESET
77
78/* Define to 1 if you have the declaration of `O_DSYNC', and to 0 if you
79   don't. */
80#undef HAVE_DECL_O_DSYNC
81
82/* Define to 1 if you have the declaration of `O_FSYNC', and to 0 if you
83   don't. */
84#undef HAVE_DECL_O_FSYNC
85
86/* Define to 1 if you have the declaration of `O_SYNC', and to 0 if you don't.
87   */
88#undef HAVE_DECL_O_SYNC
89
90/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
91   */
92#undef HAVE_DIRENT_H
93
94/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
95#undef HAVE_DOPRNT
96
97/* Define to 1 if your compiler supports extern inline storage class. */
98#undef HAVE_EXTERN_INLINE
99
100/* Define to 1 if you have the <fcntl.h> header file. */
101#undef HAVE_FCNTL_H
102
103/* Define to 1 if you have the <float.h> header file. */
104#undef HAVE_FLOAT_H
105
106/* Define to 1 if you have the `getopt_long' function. */
107#undef HAVE_GETOPT_LONG
108
109/* Define to 1 if you have the `getpagesize' function. */
110#undef HAVE_GETPAGESIZE
111
112/* Define if you have GNU Scientific Library 1.0 or newer */
113#undef HAVE_GSL_10
114
115/* Define if you have GNU Scientific Library 1.4 or newer */
116#undef HAVE_GSL_14
117
118/* Define if you have the iconv() function. */
119#undef HAVE_ICONV
120
121/* define to 1 if 'inline' is supported */
122#undef HAVE_INLINE
123
124/* Define to 1 if the system has the type `int16_t'. */
125#undef HAVE_INT16_T
126
127/* Define to 1 if the system has the type `int32_t'. */
128#undef HAVE_INT32_T
129
130/* Define to 1 if you have the <inttypes.h> header file. */
131#undef HAVE_INTTYPES_H
132
133/* Define to 1 if you have the `m' library (-lm). */
134#undef HAVE_LIBM
135
136/* Define to 1 if you have the <limits.h> header file. */
137#undef HAVE_LIMITS_H
138
139/* Define to 1 if you have the `memcpy' function. */
140#undef HAVE_MEMCPY
141
142/* Define to 1 if you have the `memmove' function. */
143#undef HAVE_MEMMOVE
144
145/* Define to 1 if you have the <memory.h> header file. */
146#undef HAVE_MEMORY_H
147
148/* Define to 1 if you have a working `mmap' system call. */
149#undef HAVE_MMAP
150
151/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
152#undef HAVE_NDIR_H
153
154/* Define to 1 if you have the <qdbm/depot.h> header file. */
155#undef HAVE_QDBM_DEPOT_H
156
157/* Define to 1 if the system has the type `rlim_t'. */
158#undef HAVE_RLIM_T
159
160/* Define to 1 if the system has the type `sig_atomic_t'. */
161#undef HAVE_SIG_ATOMIC_T
162
163/* Define to 1 if you have the `snprintf' function. */
164#undef HAVE_SNPRINTF
165
166/* Define to 1 if you have the <sqlite3.h> header file. */
167#undef HAVE_SQLITE3_H
168
169/* Define to 1 if the system has the type `ssize_t'. */
170#undef HAVE_SSIZE_T
171
172/* Define to 1 if you have the <stdarg.h> header file. */
173#undef HAVE_STDARG_H
174
175/* Define to 1 if stdbool.h conforms to C99. */
176#undef HAVE_STDBOOL_H
177
178/* Define to 1 if you have the <stdint.h> header file. */
179#undef HAVE_STDINT_H
180
181/* Define to 1 if you have the <stdlib.h> header file. */
182#undef HAVE_STDLIB_H
183
184/* Define to 1 if you have the `strchr' function. */
185#undef HAVE_STRCHR
186
187/* Define to 1 if you have the `strerror' function. */
188#undef HAVE_STRERROR
189
190/* Define to 1 if you have the <strings.h> header file. */
191#undef HAVE_STRINGS_H
192
193/* Define to 1 if you have the <string.h> header file. */
194#undef HAVE_STRING_H
195
196/* Define to 1 if you have the `strlcat' function. */
197#undef HAVE_STRLCAT
198
199/* Define to 1 if you have the `strlcpy' function. */
200#undef HAVE_STRLCPY
201
202/* Define to 1 if you have the `strrchr' function. */
203#undef HAVE_STRRCHR
204
205/* Define to 1 if you have the `strtoul' function. */
206#undef HAVE_STRTOUL
207
208/* Define to 1 if you have the <syslog.h> header file. */
209#undef HAVE_SYSLOG_H
210
211/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
212   */
213#undef HAVE_SYS_DIR_H
214
215/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
216   */
217#undef HAVE_SYS_NDIR_H
218
219/* Define to 1 if you have the <sys/param.h> header file. */
220#undef HAVE_SYS_PARAM_H
221
222/* Define to 1 if you have the <sys/select.h> header file. */
223#undef HAVE_SYS_SELECT_H
224
225/* Define to 1 if you have the <sys/socket.h> header file. */
226#undef HAVE_SYS_SOCKET_H
227
228/* Define to 1 if you have the <sys/stat.h> header file. */
229#undef HAVE_SYS_STAT_H
230
231/* Define to 1 if you have the <sys/time.h> header file. */
232#undef HAVE_SYS_TIME_H
233
234/* Define to 1 if you have the <sys/types.h> header file. */
235#undef HAVE_SYS_TYPES_H
236
237/* Define to 1 if the system has the type `uint'. */
238#undef HAVE_UINT
239
240/* Define to 1 if the system has the type `uint16_t'. */
241#undef HAVE_UINT16_T
242
243/* Define to 1 if the system has the type `uint32_t'. */
244#undef HAVE_UINT32_T
245
246/* Define to 1 if the system has the type `ulong'. */
247#undef HAVE_ULONG
248
249/* Define to 1 if you have the <unistd.h> header file. */
250#undef HAVE_UNISTD_H
251
252/* Define to 1 if the system has the type `u_int16_t'. */
253#undef HAVE_U_INT16_T
254
255/* Define to 1 if the system has the type `u_int32_t'. */
256#undef HAVE_U_INT32_T
257
258/* Define to 1 if the system has the type `u_int8_t'. */
259#undef HAVE_U_INT8_T
260
261/* Define to 1 if you have the <values.h> header file. */
262#undef HAVE_VALUES_H
263
264/* Define to 1 if you have the `vprintf' function. */
265#undef HAVE_VPRINTF
266
267/* Define to 1 if you have the `vsnprintf' function. */
268#undef HAVE_VSNPRINTF
269
270/* Define to 1 if the system has the type `_Bool'. */
271#undef HAVE__BOOL
272
273/* Define as const if the declaration of iconv() needs const. */
274#undef ICONV_CONST
275
276/* path to LEX */
277#undef LEX
278
279/* Define to 1 if trio is to be included. */
280#undef NEEDTRIO
281
282/* Name of package */
283#undef PACKAGE
284
285/* Define to the address where bug reports for this package should be sent. */
286#undef PACKAGE_BUGREPORT
287
288/* Define to the full name of this package. */
289#undef PACKAGE_NAME
290
291/* Define to the full name and version of this package. */
292#undef PACKAGE_STRING
293
294/* Define to the one symbol short name of this package. */
295#undef PACKAGE_TARNAME
296
297/* Define to the home page for this package. */
298#undef PACKAGE_URL
299
300/* Define to the version of this package. */
301#undef PACKAGE_VERSION
302
303/* Define to the type of arg 1 for `select'. */
304#undef SELECT_TYPE_ARG1
305
306/* Define to the type of args 2, 3 and 4 for `select'. */
307#undef SELECT_TYPE_ARG234
308
309/* Define to the type of arg 5 for `select'. */
310#undef SELECT_TYPE_ARG5
311
312/* The size of `int', as computed by sizeof. */
313#undef SIZEOF_INT
314
315/* The size of `long', as computed by sizeof. */
316#undef SIZEOF_LONG
317
318/* The size of `short', as computed by sizeof. */
319#undef SIZEOF_SHORT
320
321/* The size of `size_t', as computed by sizeof. */
322#undef SIZEOF_SIZE_T
323
324/* Use specified header name instead of "X-Bogosity" */
325#undef SPAM_HEADER_NAME
326
327/* Define to 1 if you have the ANSI C header files. */
328#undef STDC_HEADERS
329
330/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
331#undef TIME_WITH_SYS_TIME
332
333/* Enable extensions on AIX 3, Interix.  */
334#ifndef _ALL_SOURCE
335# undef _ALL_SOURCE
336#endif
337/* Enable GNU extensions on systems that have them.  */
338#ifndef _GNU_SOURCE
339# undef _GNU_SOURCE
340#endif
341/* Enable threading extensions on Solaris.  */
342#ifndef _POSIX_PTHREAD_SEMANTICS
343# undef _POSIX_PTHREAD_SEMANTICS
344#endif
345/* Enable extensions on HP NonStop.  */
346#ifndef _TANDEM_SOURCE
347# undef _TANDEM_SOURCE
348#endif
349/* Enable general extensions on Solaris.  */
350#ifndef __EXTENSIONS__
351# undef __EXTENSIONS__
352#endif
353
354
355/* transactions enabled/disabled flag */
356#undef USE_TRANSACTIONS
357
358/* Unicode enabled/disabled flag */
359#undef USE_UNICODE
360
361/* Version number of package */
362#undef VERSION
363
364/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
365   `char[]'. */
366#undef YYTEXT_POINTER
367
368/* Enable large inode numbers on Mac OS X 10.5.  */
369#ifndef _DARWIN_USE_64_BIT_INODE
370# define _DARWIN_USE_64_BIT_INODE 1
371#endif
372
373/* Number of bits in a file offset, on hosts where this is settable. */
374#undef _FILE_OFFSET_BITS
375
376/* Define for large files, on AIX-style hosts. */
377#undef _LARGE_FILES
378
379/* Define to 1 if on MINIX. */
380#undef _MINIX
381
382/* Define to 2 if the system does not provide POSIX.1 features except with
383   this defined. */
384#undef _POSIX_1_SOURCE
385
386/* Define to 1 if you need to in order for `stat' and other things to work. */
387#undef _POSIX_SOURCE
388
389/* Define __NO_CTYPE to 1 to avoid GLIBC_2.3-specific ctype.h functions. */
390#undef __NO_CTYPE
391
392/* Define to empty if `const' does not conform to ANSI C. */
393#undef const
394
395/* Define to `int' if <sys/types.h> doesn't define. */
396#undef gid_t
397
398/* Define to `__inline__' or `__inline' if that's what the C compiler
399   calls it, or to nothing if 'inline' is not supported under any name.  */
400#ifndef __cplusplus
401#undef inline
402#endif
403
404/* Define to `int' if <sys/types.h> does not define. */
405#undef pid_t
406
407/* Define to the equivalent of the C99 'restrict' keyword, or to
408   nothing if this is not supported.  Do not define if restrict is
409   supported directly.  */
410#undef restrict
411/* Work around a bug in Sun C++: it does not support _Restrict or
412   __restrict__, even though the corresponding Sun C compiler ends up with
413   "#define restrict _Restrict" or "#define restrict __restrict__" in the
414   previous line.  Perhaps some future version of Sun C++ will work with
415   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
416#if defined __SUNPRO_CC && !defined __RESTRICT
417# define _Restrict
418# define __restrict__
419#endif
420
421/* Define to `unsigned int' if <sys/types.h> does not define. */
422#undef size_t
423
424/* Define to trio_snprintf if your system lacks snprintf */
425#undef snprintf
426
427/* Define to sqlite3_prepare if new interface missing (for sqlite < 3.3.9) */
428#undef sqlite3_prepare_v2
429
430/* Define to `unsigned long' if <sys/types.h> does not define. */
431#undef u_long
432
433/* Define to `int' if <sys/types.h> doesn't define. */
434#undef uid_t
435
436/* Define to empty if the keyword `volatile' does not work. Warning: valid
437   code using `volatile' can become incorrect without. Disable with care. */
438#undef volatile
439
440/* Define to trio_vsnprintf if your system lacks vsnprintf */
441#undef vsnprintf
442
443
444#ifdef HAVE_EXTENDED_PRECISION_REGISTERS
445#define GSL_COERCE_DBL(x) (gsl_coerce_double(x))
446#else
447#define GSL_COERCE_DBL(x) (x)
448#endif
449
450