15b91e83fSBaptiste Daroussin/* config_h.in. Generated automatically from configure.in by autoheader. */ 25b91e83fSBaptiste Daroussin 35b91e83fSBaptiste Daroussin/* Define to noreturn-attribute for gcc */ 45b91e83fSBaptiste Daroussin#undef GCC_NORETURN 55b91e83fSBaptiste Daroussin 65b91e83fSBaptiste Daroussin/* Define to 1 if the compiler supports gcc-like printf attribute. */ 75b91e83fSBaptiste Daroussin#undef GCC_PRINTF 85b91e83fSBaptiste Daroussin 95b91e83fSBaptiste Daroussin/* Define to printf-attribute for gcc */ 105b91e83fSBaptiste Daroussin#undef GCC_PRINTFLIKE 115b91e83fSBaptiste Daroussin 125b91e83fSBaptiste Daroussin/* Define to 1 if the compiler supports gcc-like scanf attribute. */ 135b91e83fSBaptiste Daroussin#undef GCC_SCANF 145b91e83fSBaptiste Daroussin 155b91e83fSBaptiste Daroussin/* Define to sscanf-attribute for gcc */ 165b91e83fSBaptiste Daroussin#undef GCC_SCANFLIKE 175b91e83fSBaptiste Daroussin 185b91e83fSBaptiste Daroussin/* Define to unused-attribute for gcc */ 195b91e83fSBaptiste Daroussin#undef GCC_UNUSED 205b91e83fSBaptiste Daroussin 215b91e83fSBaptiste Daroussin/* Define if you have the <fcntl.h> header file. */ 225b91e83fSBaptiste Daroussin#undef HAVE_FCNTL_H 235b91e83fSBaptiste Daroussin 24b53bb29fSJung-uk Kim/* Define if you have the `getopt' function. */ 25b53bb29fSJung-uk Kim#undef HAVE_GETOPT 26b53bb29fSJung-uk Kim 27b53bb29fSJung-uk Kim/* Define if you have the <getopt.h> header file. */ 28b53bb29fSJung-uk Kim#undef HAVE_GETOPT_H 29b53bb29fSJung-uk Kim 30b53bb29fSJung-uk Kim/* Define to 1 if getopt variables are declared in header */ 31b53bb29fSJung-uk Kim#undef HAVE_GETOPT_HEADER 32b53bb29fSJung-uk Kim 33b53bb29fSJung-uk Kim/* Define if you have the <inttypes.h> header file. */ 34b53bb29fSJung-uk Kim#undef HAVE_INTTYPES_H 35b53bb29fSJung-uk Kim 365b91e83fSBaptiste Daroussin/* Define if you have the `dbmalloc' library (-ldbmalloc). */ 375b91e83fSBaptiste Daroussin#undef HAVE_LIBDBMALLOC 385b91e83fSBaptiste Daroussin 395b91e83fSBaptiste Daroussin/* Define if you have the `dmalloc' library (-ldmalloc). */ 405b91e83fSBaptiste Daroussin#undef HAVE_LIBDMALLOC 415b91e83fSBaptiste Daroussin 42b53bb29fSJung-uk Kim/* Define if you have the <memory.h> header file. */ 43b53bb29fSJung-uk Kim#undef HAVE_MEMORY_H 44b53bb29fSJung-uk Kim 455b91e83fSBaptiste Daroussin/* Define to 1 if mkstemp() is available and working. */ 465b91e83fSBaptiste Daroussin#undef HAVE_MKSTEMP 475b91e83fSBaptiste Daroussin 48b53bb29fSJung-uk Kim/* Define if you have the <stdint.h> header file. */ 49b53bb29fSJung-uk Kim#undef HAVE_STDINT_H 50b53bb29fSJung-uk Kim 51b53bb29fSJung-uk Kim/* Define if you have the <stdlib.h> header file. */ 52b53bb29fSJung-uk Kim#undef HAVE_STDLIB_H 53b53bb29fSJung-uk Kim 54*8e022d3cSDag-Erling Smørgrav/* Define if <stdnoreturn.h> header is available and working */ 55*8e022d3cSDag-Erling Smørgrav#undef HAVE_STDNORETURN_H 56*8e022d3cSDag-Erling Smørgrav 57b53bb29fSJung-uk Kim/* Define if you have the <strings.h> header file. */ 58b53bb29fSJung-uk Kim#undef HAVE_STRINGS_H 59b53bb29fSJung-uk Kim 60b53bb29fSJung-uk Kim/* Define if you have the <string.h> header file. */ 61b53bb29fSJung-uk Kim#undef HAVE_STRING_H 62b53bb29fSJung-uk Kim 63b53bb29fSJung-uk Kim/* Define if you have the <sys/stat.h> header file. */ 64b53bb29fSJung-uk Kim#undef HAVE_SYS_STAT_H 65b53bb29fSJung-uk Kim 66b53bb29fSJung-uk Kim/* Define if you have the <sys/types.h> header file. */ 67b53bb29fSJung-uk Kim#undef HAVE_SYS_TYPES_H 68b53bb29fSJung-uk Kim 69b53bb29fSJung-uk Kim/* Define if you have the <unistd.h> header file. */ 70b53bb29fSJung-uk Kim#undef HAVE_UNISTD_H 71b53bb29fSJung-uk Kim 72b53bb29fSJung-uk Kim/* Define if you have the `vsnprintf' function. */ 73497dcf4cSBaptiste Daroussin#undef HAVE_VSNPRINTF 74497dcf4cSBaptiste Daroussin 750c8de5b0SBaptiste Daroussin/* Define to maximum table size (default: 32500) */ 760c8de5b0SBaptiste Daroussin#undef MAXTABLE 770c8de5b0SBaptiste Daroussin 785b91e83fSBaptiste Daroussin/* Define to 1 if filesystem supports mixed-case filenames. */ 795b91e83fSBaptiste Daroussin#undef MIXEDCASE_FILENAMES 805b91e83fSBaptiste Daroussin 81b53bb29fSJung-uk Kim/* Define to 1 if we must include getopt.h */ 82b53bb29fSJung-uk Kim#undef NEED_GETOPT_H 83b53bb29fSJung-uk Kim 845b91e83fSBaptiste Daroussin/* Define to 1 if you want to perform memory-leak testing. */ 855b91e83fSBaptiste Daroussin#undef NO_LEAKS 865b91e83fSBaptiste Daroussin 87b53bb29fSJung-uk Kim/* Define if you have the ANSI C header files. */ 88b53bb29fSJung-uk Kim#undef STDC_HEADERS 89b53bb29fSJung-uk Kim 90*8e022d3cSDag-Erling Smørgrav/* Define if C11 _Noreturn keyword is supported */ 91*8e022d3cSDag-Erling Smørgrav#undef STDC_NORETURN 92*8e022d3cSDag-Erling Smørgrav 935b91e83fSBaptiste Daroussin/* Define to the system name. */ 945b91e83fSBaptiste Daroussin#undef SYSTEM_NAME 955b91e83fSBaptiste Daroussin 965b91e83fSBaptiste Daroussin/* "Define to 1 if you want to use dbmalloc for testing." */ 975b91e83fSBaptiste Daroussin#undef USE_DBMALLOC 985b91e83fSBaptiste Daroussin 995b91e83fSBaptiste Daroussin/* "Define to 1 if you want to use dmalloc for testing." */ 1005b91e83fSBaptiste Daroussin#undef USE_DMALLOC 1015b91e83fSBaptiste Daroussin 1025b91e83fSBaptiste Daroussin/* "Define to 1 if you want to use valgrind for testing." */ 1035b91e83fSBaptiste Daroussin#undef USE_VALGRIND 1045b91e83fSBaptiste Daroussin 1050c8de5b0SBaptiste Daroussin/* Define to 1 to enable backtracking extension */ 1060c8de5b0SBaptiste Daroussin#undef YYBTYACC 1070c8de5b0SBaptiste Daroussin 1085b91e83fSBaptiste Daroussin/* Define to 1 if you want to perform memory-leak testing. */ 1095b91e83fSBaptiste Daroussin#undef YY_NO_LEAKS 110b53bb29fSJung-uk Kim 111b53bb29fSJung-uk Kim/* Define to `int' if <sys/types.h> does not define. */ 112b53bb29fSJung-uk Kim#undef mode_t 113