diff options
Diffstat (limited to 'config_h.in')
| -rw-r--r-- | config_h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.in b/config_h.in index afd46fd96334..6d47167602a3 100644 --- a/config_h.in +++ b/config_h.in @@ -30,6 +30,9 @@ /* Define to 1 if mkstemp() is available and working. */ #undef HAVE_MKSTEMP +/* Define to maximum table size (default: 32500) */ +#undef MAXTABLE + /* Define to 1 if filesystem supports mixed-case filenames. */ #undef MIXEDCASE_FILENAMES @@ -48,5 +51,8 @@ /* "Define to 1 if you want to use valgrind for testing." */ #undef USE_VALGRIND +/* Define to 1 to enable backtracking extension */ +#undef YYBTYACC + /* Define to 1 if you want to perform memory-leak testing. */ #undef YY_NO_LEAKS |
