1 /* config.h. Generated automatically by configure. */ 2 /* config_h.in. Generated automatically from configure.in by autoheader. */ 3 4 /* Define to noreturn-attribute for gcc */ 5 #define GCC_NORETURN __dead 6 7 /* #undef GCC_PRINTF */ 8 9 /* Define to printf-attribute for gcc */ 10 #define GCC_PRINTFLIKE(a, b) __printflike(a, b) 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 #define GCC_SCANFLIKE(a, b) __scanflike(a, b) 17 18 /* Define to unused-attribute for gcc */ 19 #define GCC_UNUSED __unused 20 21 /* Define if you have the <fcntl.h> header file. */ 22 #define HAVE_FCNTL_H 1 23 24 /* Define if you have the `getopt' function. */ 25 #define HAVE_GETOPT 1 26 27 /* Define if you have the <getopt.h> header file. */ 28 #define HAVE_GETOPT_H 1 29 30 /* Define to 1 if getopt variables are declared in header */ 31 #define HAVE_GETOPT_HEADER 1 32 33 /* Define if you have the <inttypes.h> header file. */ 34 #define HAVE_INTTYPES_H 1 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 #define HAVE_MEMORY_H 1 44 45 /* Define to 1 if mkstemp() is available and working. */ 46 #define HAVE_MKSTEMP 1 47 48 /* Define if you have the <stdint.h> header file. */ 49 #define HAVE_STDINT_H 1 50 51 /* Define if you have the <stdlib.h> header file. */ 52 #define HAVE_STDLIB_H 1 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 #define HAVE_STRINGS_H 1 59 60 /* Define if you have the <string.h> header file. */ 61 #define HAVE_STRING_H 1 62 63 /* Define if you have the <sys/stat.h> header file. */ 64 #define HAVE_SYS_STAT_H 1 65 66 /* Define if you have the <sys/types.h> header file. */ 67 #define HAVE_SYS_TYPES_H 1 68 69 /* Define if you have the <unistd.h> header file. */ 70 #define HAVE_UNISTD_H 1 71 72 /* Define if you have the `vsnprintf' function. */ 73 #define HAVE_VSNPRINTF 1 74 75 /* Define to maximum table size (default: 32500) */ 76 /* #undef MAXTABLE */ 77 78 /* Define to 1 if filesystem supports mixed-case filenames. */ 79 #define MIXEDCASE_FILENAMES 1 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 #define STDC_HEADERS 1 89 90 /* Define if C11 _Noreturn keyword is supported */ 91 /* #undef STDC_NORETURN */ 92 93 /* Define to the system name. */ 94 #define SYSTEM_NAME "NetBSD" 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 #define YYBTYACC 1 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