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 <inttypes.h> header file. */ 25#undef HAVE_INTTYPES_H 26 27/* Define if you have the `dbmalloc' library (-ldbmalloc). */ 28#undef HAVE_LIBDBMALLOC 29 30/* Define if you have the `dmalloc' library (-ldmalloc). */ 31#undef HAVE_LIBDMALLOC 32 33/* Define if you have the <memory.h> header file. */ 34#undef HAVE_MEMORY_H 35 36/* Define to 1 if mkstemp() is available and working. */ 37#undef HAVE_MKSTEMP 38 39/* Define if you have the <stdint.h> header file. */ 40#undef HAVE_STDINT_H 41 42/* Define if you have the <stdlib.h> header file. */ 43#undef HAVE_STDLIB_H 44 45/* Define if you have the <strings.h> header file. */ 46#undef HAVE_STRINGS_H 47 48/* Define if you have the <string.h> header file. */ 49#undef HAVE_STRING_H 50 51/* Define if you have the <sys/stat.h> header file. */ 52#undef HAVE_SYS_STAT_H 53 54/* Define if you have the <sys/types.h> header file. */ 55#undef HAVE_SYS_TYPES_H 56 57/* Define if you have the <unistd.h> header file. */ 58#undef HAVE_UNISTD_H 59 60/* Define if you have the `vsnprintf' function. */ 61#undef HAVE_VSNPRINTF 62 63/* Define to maximum table size (default: 32500) */ 64#undef MAXTABLE 65 66/* Define to 1 if filesystem supports mixed-case filenames. */ 67#undef MIXEDCASE_FILENAMES 68 69/* Define to 1 if you want to perform memory-leak testing. */ 70#undef NO_LEAKS 71 72/* Define if you have the ANSI C header files. */ 73#undef STDC_HEADERS 74 75/* Define to the system name. */ 76#undef SYSTEM_NAME 77 78/* "Define to 1 if you want to use dbmalloc for testing." */ 79#undef USE_DBMALLOC 80 81/* "Define to 1 if you want to use dmalloc for testing." */ 82#undef USE_DMALLOC 83 84/* "Define to 1 if you want to use valgrind for testing." */ 85#undef USE_VALGRIND 86 87/* Define to 1 to enable backtracking extension */ 88#undef YYBTYACC 89 90/* Define to 1 if you want to perform memory-leak testing. */ 91#undef YY_NO_LEAKS 92 93/* Define to `int' if <sys/types.h> does not define. */ 94#undef mode_t 95