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