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 filesystem supports mixed-case filenames. */ 34#undef MIXEDCASE_FILENAMES 35 36/* Define to 1 if you want to perform memory-leak testing. */ 37#undef NO_LEAKS 38 39/* Define to the system name. */ 40#undef SYSTEM_NAME 41 42/* "Define to 1 if you want to use dbmalloc for testing." */ 43#undef USE_DBMALLOC 44 45/* "Define to 1 if you want to use dmalloc for testing." */ 46#undef USE_DMALLOC 47 48/* "Define to 1 if you want to use valgrind for testing." */ 49#undef USE_VALGRIND 50 51/* Define to 1 if you want to perform memory-leak testing. */ 52#undef YY_NO_LEAKS 53