release.sh changes & fixes
[minix3.git] / external / bsd / byacc / dist / config_h.in
blobafd46fd9633498d30649c6cc8700a6aa343942a1
1 /* config_h.in.  Generated automatically from configure.in by autoheader.  */
3 /* Define to noreturn-attribute for gcc */
4 #undef GCC_NORETURN
6 /* Define to 1 if the compiler supports gcc-like printf attribute. */
7 #undef GCC_PRINTF
9 /* Define to printf-attribute for gcc */
10 #undef GCC_PRINTFLIKE
12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
13 #undef GCC_SCANF
15 /* Define to sscanf-attribute for gcc */
16 #undef GCC_SCANFLIKE
18 /* Define to unused-attribute for gcc */
19 #undef GCC_UNUSED
21 /* Define if you have the <fcntl.h> header file. */
22 #undef HAVE_FCNTL_H
24 /* Define if you have the `dbmalloc' library (-ldbmalloc). */
25 #undef HAVE_LIBDBMALLOC
27 /* Define if you have the `dmalloc' library (-ldmalloc). */
28 #undef HAVE_LIBDMALLOC
30 /* Define to 1 if mkstemp() is available and working. */
31 #undef HAVE_MKSTEMP
33 /* Define to 1 if filesystem supports mixed-case filenames. */
34 #undef MIXEDCASE_FILENAMES
36 /* Define to 1 if you want to perform memory-leak testing. */
37 #undef NO_LEAKS
39 /* Define to the system name. */
40 #undef SYSTEM_NAME
42 /* "Define to 1 if you want to use dbmalloc for testing." */
43 #undef USE_DBMALLOC
45 /* "Define to 1 if you want to use dmalloc for testing." */
46 #undef USE_DMALLOC
48 /* "Define to 1 if you want to use valgrind for testing." */
49 #undef USE_VALGRIND
51 /* Define to 1 if you want to perform memory-leak testing. */
52 #undef YY_NO_LEAKS