config_h.in revision 264803
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
33264803Sbapt/* Define to maximum table size (default: 32500) */
34264803Sbapt#undef MAXTABLE
35264803Sbapt
36251143Sbapt/* Define to 1 if filesystem supports mixed-case filenames. */
37251143Sbapt#undef MIXEDCASE_FILENAMES
38251143Sbapt
39251143Sbapt/* Define to 1 if you want to perform memory-leak testing. */
40251143Sbapt#undef NO_LEAKS
41251143Sbapt
42251143Sbapt/* Define to the system name. */
43251143Sbapt#undef SYSTEM_NAME
44251143Sbapt
45251143Sbapt/* "Define to 1 if you want to use dbmalloc for testing." */
46251143Sbapt#undef USE_DBMALLOC
47251143Sbapt
48251143Sbapt/* "Define to 1 if you want to use dmalloc for testing." */
49251143Sbapt#undef USE_DMALLOC
50251143Sbapt
51251143Sbapt/* "Define to 1 if you want to use valgrind for testing." */
52251143Sbapt#undef USE_VALGRIND
53251143Sbapt
54264803Sbapt/* Define to 1 to enable backtracking extension */
55264803Sbapt#undef YYBTYACC
56264803Sbapt
57251143Sbapt/* Define to 1 if you want to perform memory-leak testing. */
58251143Sbapt#undef YY_NO_LEAKS
59