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 #define GCC_NORETURN __attribute__((noreturn)) 7 8 /* Define to 1 if the compiler supports gcc-like printf attribute. */ 9 #define GCC_PRINTF 1 10 11 /* Define to printf-attribute for gcc */ 12 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var))) 13 14 /* Define to 1 if the compiler supports gcc-like scanf attribute. */ 15 #define GCC_SCANF 1 16 17 /* Define to sscanf-attribute for gcc */ 18 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var))) 19 20 /* Define to unused-attribute for gcc */ 21 #define GCC_UNUSED __attribute__((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 <stdnoreturn.h> header is available and working */ 57 /* #undef HAVE_STDNORETURN_H */ 58 59 /* Define if you have the <strings.h> header file. */ 60 #define HAVE_STRINGS_H 1 61 62 /* Define if you have the <string.h> header file. */ 63 #define HAVE_STRING_H 1 64 65 /* Define if you have the <sys/stat.h> header file. */ 66 #define HAVE_SYS_STAT_H 1 67 68 /* Define if you have the <sys/types.h> header file. */ 69 #define HAVE_SYS_TYPES_H 1 70 71 /* Define if you have the <unistd.h> header file. */ 72 #define HAVE_UNISTD_H 1 73 74 /* Define if you have the `vsnprintf' function. */ 75 #define HAVE_VSNPRINTF 1 76 77 /* Define to maximum table size (default: 32500) */ 78 /* #undef MAXTABLE */ 79 80 /* Define to 1 if filesystem supports mixed-case filenames. */ 81 #define MIXEDCASE_FILENAMES 1 82 83 /* Define to 1 if we must include getopt.h */ 84 /* #undef NEED_GETOPT_H */ 85 86 /* Define to 1 if you want to perform memory-leak testing. */ 87 /* #undef NO_LEAKS */ 88 89 /* Define if you have the ANSI C header files. */ 90 #define STDC_HEADERS 1 91 92 /* Define if C11 _Noreturn keyword is supported */ 93 /* #undef STDC_NORETURN */ 94 95 /* Define to the system name. */ 96 #define SYSTEM_NAME "freebsd14.0" 97 98 /* "Define to 1 if you want to use dbmalloc for testing." */ 99 /* #undef USE_DBMALLOC */ 100 101 /* "Define to 1 if you want to use dmalloc for testing." */ 102 /* #undef USE_DMALLOC */ 103 104 /* "Define to 1 if you want to use valgrind for testing." */ 105 /* #undef USE_VALGRIND */ 106 107 /* Define to 1 to enable backtracking extension */ 108 /* #undef YYBTYACC */ 109 110 /* Define to 1 if you want to perform memory-leak testing. */ 111 /* #undef YY_NO_LEAKS */ 112 113 /* Define to `int' if <sys/types.h> does not define. */ 114 /* #undef mode_t */ 115