xref: /minix/external/bsd/byacc/include/config.h (revision 0a6a1f1d)
14a17663cSThomas Veerman /* config.h.  Generated automatically by configure.  */
284d9c625SLionel Sambuc /* config_h.in.  Generated automatically from configure.in by autoheader.  */
34a17663cSThomas Veerman 
484d9c625SLionel Sambuc /* Define to noreturn-attribute for gcc */
584d9c625SLionel Sambuc /* #undef GCC_NORETURN */
684d9c625SLionel Sambuc 
784d9c625SLionel Sambuc /* Define to 1 if the compiler supports gcc-like printf attribute. */
884d9c625SLionel Sambuc /* #undef GCC_PRINTF */
984d9c625SLionel Sambuc 
1084d9c625SLionel Sambuc /* Define to printf-attribute for gcc */
11*0a6a1f1dSLionel Sambuc #define GCC_PRINTFLIKE(a,b) __printflike(a,b)
1284d9c625SLionel Sambuc 
1384d9c625SLionel Sambuc /* Define to 1 if the compiler supports gcc-like scanf attribute. */
1484d9c625SLionel Sambuc /* #undef GCC_SCANF */
1584d9c625SLionel Sambuc 
1684d9c625SLionel Sambuc /* Define to sscanf-attribute for gcc */
1784d9c625SLionel Sambuc /* #undef GCC_SCANFLIKE */
1884d9c625SLionel Sambuc 
1984d9c625SLionel Sambuc /* Define to unused-attribute for gcc */
2084d9c625SLionel Sambuc /* #undef GCC_UNUSED */
2184d9c625SLionel Sambuc 
2284d9c625SLionel Sambuc /* Define if you have the <fcntl.h> header file. */
234a17663cSThomas Veerman #define HAVE_FCNTL_H 1
2484d9c625SLionel Sambuc 
2584d9c625SLionel Sambuc /* Define if you have the `dbmalloc' library (-ldbmalloc). */
2684d9c625SLionel Sambuc /* #undef HAVE_LIBDBMALLOC */
2784d9c625SLionel Sambuc 
2884d9c625SLionel Sambuc /* Define if you have the `dmalloc' library (-ldmalloc). */
2984d9c625SLionel Sambuc /* #undef HAVE_LIBDMALLOC */
3084d9c625SLionel Sambuc 
3184d9c625SLionel Sambuc /* Define to 1 if mkstemp() is available and working. */
324a17663cSThomas Veerman #define HAVE_MKSTEMP 1
3384d9c625SLionel Sambuc 
34*0a6a1f1dSLionel Sambuc /* Define to 1 if vsnprintf() is available and working. */
35*0a6a1f1dSLionel Sambuc #define HAVE_VSNPRINTF 1
36*0a6a1f1dSLionel Sambuc 
37*0a6a1f1dSLionel Sambuc /* Define to maximum table size (default: 32500) */
38*0a6a1f1dSLionel Sambuc /* #undef MAXTABLE */
39*0a6a1f1dSLionel Sambuc 
4084d9c625SLionel Sambuc /* Define to 1 if filesystem supports mixed-case filenames. */
4184d9c625SLionel Sambuc #define MIXEDCASE_FILENAMES 1
4284d9c625SLionel Sambuc 
4384d9c625SLionel Sambuc /* Define to 1 if you want to perform memory-leak testing. */
4484d9c625SLionel Sambuc /* #undef NO_LEAKS */
4584d9c625SLionel Sambuc 
4684d9c625SLionel Sambuc /* Define to the system name. */
4784d9c625SLionel Sambuc #define SYSTEM_NAME "minix"
4884d9c625SLionel Sambuc 
4984d9c625SLionel Sambuc /* "Define to 1 if you want to use dbmalloc for testing." */
5084d9c625SLionel Sambuc /* #undef USE_DBMALLOC */
5184d9c625SLionel Sambuc 
5284d9c625SLionel Sambuc /* "Define to 1 if you want to use dmalloc for testing." */
5384d9c625SLionel Sambuc /* #undef USE_DMALLOC */
5484d9c625SLionel Sambuc 
5584d9c625SLionel Sambuc /* "Define to 1 if you want to use valgrind for testing." */
5684d9c625SLionel Sambuc /* #undef USE_VALGRIND */
5784d9c625SLionel Sambuc 
58*0a6a1f1dSLionel Sambuc /* Define to 1 to enable backtracking extension */
59*0a6a1f1dSLionel Sambuc #define YYBTYACC 1
60*0a6a1f1dSLionel Sambuc 
6184d9c625SLionel Sambuc /* Define to 1 if you want to perform memory-leak testing. */
6284d9c625SLionel Sambuc /* #undef YY_NO_LEAKS */
63