freebsd-dev/usr.bin/yacc/config.h

109 lines
2.9 KiB
C
Raw Normal View History

2020-07-14 01:54:24 +00:00
/* $FreeBSD$ */
/* config.h. Generated automatically by configure. */
2013-05-30 13:10:38 +00:00
/* config_h.in. Generated automatically from configure.in by autoheader. */
/* Define to noreturn-attribute for gcc */
2020-07-14 01:54:24 +00:00
/* #undef GCC_NORETURN */
2013-05-30 13:10:38 +00:00
/* Define to 1 if the compiler supports gcc-like printf attribute. */
2020-07-14 01:54:24 +00:00
/* #undef GCC_PRINTF */
2013-05-30 13:10:38 +00:00
/* Define to printf-attribute for gcc */
2020-07-14 01:54:24 +00:00
/* #undef GCC_PRINTFLIKE */
2013-05-30 13:10:38 +00:00
/* Define to 1 if the compiler supports gcc-like scanf attribute. */
2020-07-14 01:54:24 +00:00
/* #undef GCC_SCANF */
2013-05-30 13:10:38 +00:00
/* Define to sscanf-attribute for gcc */
2020-07-14 01:54:24 +00:00
/* #undef GCC_SCANFLIKE */
2013-05-30 13:10:38 +00:00
/* Define to unused-attribute for gcc */
2020-07-14 01:54:24 +00:00
/* #undef GCC_UNUSED */
2013-05-30 13:10:38 +00:00
/* Define if you have the <fcntl.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_FCNTL_H 1
2013-05-30 13:10:38 +00:00
2020-06-22 22:42:20 +00:00
/* Define if you have the `getopt' function. */
2020-07-14 01:54:24 +00:00
#define HAVE_GETOPT 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <getopt.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_GETOPT_H 1
2020-06-22 22:42:20 +00:00
/* Define to 1 if getopt variables are declared in header */
2020-07-14 01:54:24 +00:00
#define HAVE_GETOPT_HEADER 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <inttypes.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_INTTYPES_H 1
2020-06-22 22:42:20 +00:00
2013-05-30 13:10:38 +00:00
/* Define if you have the `dbmalloc' library (-ldbmalloc). */
2020-07-14 01:54:24 +00:00
/* #undef HAVE_LIBDBMALLOC */
2013-05-30 13:10:38 +00:00
/* Define if you have the `dmalloc' library (-ldmalloc). */
2020-07-14 01:54:24 +00:00
/* #undef HAVE_LIBDMALLOC */
2013-05-30 13:10:38 +00:00
2020-06-22 22:42:20 +00:00
/* Define if you have the <memory.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_MEMORY_H 1
2020-06-22 22:42:20 +00:00
2013-05-30 13:10:38 +00:00
/* Define to 1 if mkstemp() is available and working. */
2020-07-14 01:54:24 +00:00
#define HAVE_MKSTEMP 1
2013-05-30 13:10:38 +00:00
2020-06-22 22:42:20 +00:00
/* Define if you have the <stdint.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_STDINT_H 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <stdlib.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_STDLIB_H 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <strings.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_STRINGS_H 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <string.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_STRING_H 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <sys/stat.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_SYS_STAT_H 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <sys/types.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_SYS_TYPES_H 1
2020-06-22 22:42:20 +00:00
/* Define if you have the <unistd.h> header file. */
2020-07-14 01:54:24 +00:00
#define HAVE_UNISTD_H 1
2020-06-22 22:42:20 +00:00
/* Define if you have the `vsnprintf' function. */
2020-07-14 01:54:24 +00:00
#define HAVE_VSNPRINTF 1
2014-05-25 00:06:54 +00:00
2014-04-22 22:11:22 +00:00
/* Define to maximum table size (default: 32500) */
2020-07-14 01:54:24 +00:00
/* #undef MAXTABLE */
2014-04-22 22:11:22 +00:00
2013-05-30 13:10:38 +00:00
/* Define to 1 if filesystem supports mixed-case filenames. */
2020-07-14 01:54:24 +00:00
#define MIXEDCASE_FILENAMES 1
2013-05-30 13:10:38 +00:00
2020-06-22 22:42:20 +00:00
/* Define to 1 if we must include getopt.h */
2020-07-14 01:54:24 +00:00
/* #undef NEED_GETOPT_H */
2020-06-22 22:42:20 +00:00
2013-05-30 13:10:38 +00:00
/* Define to 1 if you want to perform memory-leak testing. */
2020-07-14 01:54:24 +00:00
/* #undef NO_LEAKS */
2013-05-30 13:10:38 +00:00
2020-06-22 22:42:20 +00:00
/* Define if you have the ANSI C header files. */
2020-07-14 01:54:24 +00:00
#define STDC_HEADERS 1
2020-06-22 22:42:20 +00:00
2013-05-30 13:10:38 +00:00
/* Define to the system name. */
2020-07-14 01:54:24 +00:00
#define SYSTEM_NAME "freebsd13.0"
2013-05-30 13:10:38 +00:00
/* "Define to 1 if you want to use dbmalloc for testing." */
2020-07-14 01:54:24 +00:00
/* #undef USE_DBMALLOC */
2013-05-30 13:10:38 +00:00
/* "Define to 1 if you want to use dmalloc for testing." */
2020-07-14 01:54:24 +00:00
/* #undef USE_DMALLOC */
2013-05-30 13:10:38 +00:00
/* "Define to 1 if you want to use valgrind for testing." */
2020-07-14 01:54:24 +00:00
/* #undef USE_VALGRIND */
2013-05-30 13:10:38 +00:00
2014-04-22 22:11:22 +00:00
/* Define to 1 to enable backtracking extension */
2020-07-14 01:54:24 +00:00
/* #undef YYBTYACC */
2014-04-22 22:11:22 +00:00
2013-05-30 13:10:38 +00:00
/* Define to 1 if you want to perform memory-leak testing. */
2020-07-14 01:54:24 +00:00
/* #undef YY_NO_LEAKS */
2020-06-22 22:42:20 +00:00
/* Define to `int' if <sys/types.h> does not define. */
2020-07-14 01:54:24 +00:00
/* #undef mode_t */