Remove building with NOCRYPTO option
[minix3.git] / external / bsd / byacc / dist / config_h.in
blobc7d6d910857b804f8671fe201870eaff9eacfbc5
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 vsnprintf() is available and working. */
34 #undef HAVE_VSNPRINTF
36 /* Define to maximum table size (default: 32500) */
37 #undef MAXTABLE
39 /* Define to 1 if filesystem supports mixed-case filenames. */
40 #undef MIXEDCASE_FILENAMES
42 /* Define to 1 if you want to perform memory-leak testing. */
43 #undef NO_LEAKS
45 /* Define to the system name. */
46 #undef SYSTEM_NAME
48 /* "Define to 1 if you want to use dbmalloc for testing." */
49 #undef USE_DBMALLOC
51 /* "Define to 1 if you want to use dmalloc for testing." */
52 #undef USE_DMALLOC
54 /* "Define to 1 if you want to use valgrind for testing." */
55 #undef USE_VALGRIND
57 /* Define to 1 to enable backtracking extension */
58 #undef YYBTYACC
60 /* Define to 1 if you want to perform memory-leak testing. */
61 #undef YY_NO_LEAKS