1/* config_h.in. Generated automatically from configure.in by autoheader. */ 2 3/* Define to noreturn-attribute for gcc */ 4#undef GCC_NORETURN 5 6/* Define to 1 if the compiler supports gcc-like printf attribute. */ 7#undef GCC_PRINTF 8 9/* Define to printf-attribute for gcc */ 10#undef GCC_PRINTFLIKE 11 12/* Define to 1 if the compiler supports gcc-like scanf attribute. */ 13#undef GCC_SCANF 14 15/* Define to sscanf-attribute for gcc */ 16#undef GCC_SCANFLIKE 17 18/* Define to unused-attribute for gcc */ 19#undef GCC_UNUSED 20 21/* Define if you have the <fcntl.h> header file. */ 22#undef HAVE_FCNTL_H 23 24/* Define if you have the `dbmalloc' library (-ldbmalloc). */ 25#undef HAVE_LIBDBMALLOC 26 27/* Define if you have the `dmalloc' library (-ldmalloc). */ 28#undef HAVE_LIBDMALLOC 29 30/* Define to 1 if mkstemp() is available and working. */ 31#undef HAVE_MKSTEMP 32 33/* Define to 1 if vsnprintf() is available and working. */ 34#undef HAVE_VSNPRINTF 35 36/* Define to maximum table size (default: 32500) */ 37#undef MAXTABLE 38 39/* Define to 1 if filesystem supports mixed-case filenames. */ 40#undef MIXEDCASE_FILENAMES 41 42/* Define to 1 if you want to perform memory-leak testing. */ 43#undef NO_LEAKS 44 45/* Define to the system name. */ 46#undef SYSTEM_NAME 47 48/* "Define to 1 if you want to use dbmalloc for testing." */ 49#undef USE_DBMALLOC 50 51/* "Define to 1 if you want to use dmalloc for testing." */ 52#undef USE_DMALLOC 53 54/* "Define to 1 if you want to use valgrind for testing." */ 55#undef USE_VALGRIND 56 57/* Define to 1 to enable backtracking extension */ 58#undef YYBTYACC 59 60/* Define to 1 if you want to perform memory-leak testing. */ 61#undef YY_NO_LEAKS 62