1 /* $FreeBSD$ */ 2 /* config.h. Generated automatically by configure. */ 3 /* config_h.in. Generated automatically from configure.in by autoheader. */ 4 5 /* Define to noreturn-attribute for gcc */ 6 /* #undef GCC_NORETURN */ 7 8 /* Define to 1 if the compiler supports gcc-like printf attribute. */ 9 /* #undef GCC_PRINTF */ 10 11 /* Define to printf-attribute for gcc */ 12 /* #undef GCC_PRINTFLIKE */ 13 14 /* Define to 1 if the compiler supports gcc-like scanf attribute. */ 15 /* #undef GCC_SCANF */ 16 17 /* Define to sscanf-attribute for gcc */ 18 /* #undef GCC_SCANFLIKE */ 19 20 /* Define to unused-attribute for gcc */ 21 /* #undef GCC_UNUSED */ 22 23 /* Define if you have the <fcntl.h> header file. */ 24 #define HAVE_FCNTL_H 1 25 26 /* Define if you have the `getopt' function. */ 27 #define HAVE_GETOPT 1 28 29 /* Define if you have the <getopt.h> header file. */ 30 #define HAVE_GETOPT_H 1 31 32 /* Define to 1 if getopt variables are declared in header */ 33 #define HAVE_GETOPT_HEADER 1 34 35 /* Define if you have the <inttypes.h> header file. */ 36 #define HAVE_INTTYPES_H 1 37 38 /* Define if you have the `dbmalloc' library (-ldbmalloc). */ 39 /* #undef HAVE_LIBDBMALLOC */ 40 41 /* Define if you have the `dmalloc' library (-ldmalloc). */ 42 /* #undef HAVE_LIBDMALLOC */ 43 44 /* Define if you have the <memory.h> header file. */ 45 #define HAVE_MEMORY_H 1 46 47 /* Define to 1 if mkstemp() is available and working. */ 48 #define HAVE_MKSTEMP 1 49 50 /* Define if you have the <stdint.h> header file. */ 51 #define HAVE_STDINT_H 1 52 53 /* Define if you have the <stdlib.h> header file. */ 54 #define HAVE_STDLIB_H 1 55 56 /* Define if you have the <strings.h> header file. */ 57 #define HAVE_STRINGS_H 1 58 59 /* Define if you have the <string.h> header file. */ 60 #define HAVE_STRING_H 1 61 62 /* Define if you have the <sys/stat.h> header file. */ 63 #define HAVE_SYS_STAT_H 1 64 65 /* Define if you have the <sys/types.h> header file. */ 66 #define HAVE_SYS_TYPES_H 1 67 68 /* Define if you have the <unistd.h> header file. */ 69 #define HAVE_UNISTD_H 1 70 71 /* Define if you have the `vsnprintf' function. */ 72 #define HAVE_VSNPRINTF 1 73 74 /* Define to maximum table size (default: 32500) */ 75 /* #undef MAXTABLE */ 76 77 /* Define to 1 if filesystem supports mixed-case filenames. */ 78 #define MIXEDCASE_FILENAMES 1 79 80 /* Define to 1 if we must include getopt.h */ 81 /* #undef NEED_GETOPT_H */ 82 83 /* Define to 1 if you want to perform memory-leak testing. */ 84 /* #undef NO_LEAKS */ 85 86 /* Define if you have the ANSI C header files. */ 87 #define STDC_HEADERS 1 88 89 /* Define to the system name. */ 90 #define SYSTEM_NAME "freebsd13.0" 91 92 /* "Define to 1 if you want to use dbmalloc for testing." */ 93 /* #undef USE_DBMALLOC */ 94 95 /* "Define to 1 if you want to use dmalloc for testing." */ 96 /* #undef USE_DMALLOC */ 97 98 /* "Define to 1 if you want to use valgrind for testing." */ 99 /* #undef USE_VALGRIND */ 100 101 /* Define to 1 to enable backtracking extension */ 102 /* #undef YYBTYACC */ 103 104 /* Define to 1 if you want to perform memory-leak testing. */ 105 /* #undef YY_NO_LEAKS */ 106 107 /* Define to `int' if <sys/types.h> does not define. */ 108 /* #undef mode_t */ 109