1251143Sbapt/* config_h.in.  Generated automatically from configure.in by autoheader.  */
2251143Sbapt
3251143Sbapt/* Define to noreturn-attribute for gcc */
4251143Sbapt#undef GCC_NORETURN
5251143Sbapt
6251143Sbapt/* Define to 1 if the compiler supports gcc-like printf attribute. */
7251143Sbapt#undef GCC_PRINTF
8251143Sbapt
9251143Sbapt/* Define to printf-attribute for gcc */
10251143Sbapt#undef GCC_PRINTFLIKE
11251143Sbapt
12251143Sbapt/* Define to 1 if the compiler supports gcc-like scanf attribute. */
13251143Sbapt#undef GCC_SCANF
14251143Sbapt
15251143Sbapt/* Define to sscanf-attribute for gcc */
16251143Sbapt#undef GCC_SCANFLIKE
17251143Sbapt
18251143Sbapt/* Define to unused-attribute for gcc */
19251143Sbapt#undef GCC_UNUSED
20251143Sbapt
21251143Sbapt/* Define if you have the <fcntl.h> header file. */
22251143Sbapt#undef HAVE_FCNTL_H
23251143Sbapt
24251143Sbapt/* Define if you have the `dbmalloc' library (-ldbmalloc). */
25251143Sbapt#undef HAVE_LIBDBMALLOC
26251143Sbapt
27251143Sbapt/* Define if you have the `dmalloc' library (-ldmalloc). */
28251143Sbapt#undef HAVE_LIBDMALLOC
29251143Sbapt
30251143Sbapt/* Define to 1 if mkstemp() is available and working. */
31251143Sbapt#undef HAVE_MKSTEMP
32251143Sbapt
33266639Sbapt/* Define to 1 if vsnprintf() is available and working. */
34266639Sbapt#undef HAVE_VSNPRINTF
35266639Sbapt
36264803Sbapt/* Define to maximum table size (default: 32500) */
37264803Sbapt#undef MAXTABLE
38264803Sbapt
39251143Sbapt/* Define to 1 if filesystem supports mixed-case filenames. */
40251143Sbapt#undef MIXEDCASE_FILENAMES
41251143Sbapt
42251143Sbapt/* Define to 1 if you want to perform memory-leak testing. */
43251143Sbapt#undef NO_LEAKS
44251143Sbapt
45251143Sbapt/* Define to the system name. */
46251143Sbapt#undef SYSTEM_NAME
47251143Sbapt
48251143Sbapt/* "Define to 1 if you want to use dbmalloc for testing." */
49251143Sbapt#undef USE_DBMALLOC
50251143Sbapt
51251143Sbapt/* "Define to 1 if you want to use dmalloc for testing." */
52251143Sbapt#undef USE_DMALLOC
53251143Sbapt
54251143Sbapt/* "Define to 1 if you want to use valgrind for testing." */
55251143Sbapt#undef USE_VALGRIND
56251143Sbapt
57264803Sbapt/* Define to 1 to enable backtracking extension */
58264803Sbapt#undef YYBTYACC
59264803Sbapt
60251143Sbapt/* Define to 1 if you want to perform memory-leak testing. */
61251143Sbapt#undef YY_NO_LEAKS
62