diff options
Diffstat (limited to 'Build/source/texk/chktex/config.h.in')
-rw-r--r-- | Build/source/texk/chktex/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/chktex/config.h.in b/Build/source/texk/chktex/config.h.in index a4eb6d62a07..aa228abcdee 100644 --- a/Build/source/texk/chktex/config.h.in +++ b/Build/source/texk/chktex/config.h.in @@ -79,6 +79,12 @@ /* Define to 1 if you have the `opendir' function. */ #undef HAVE_OPENDIR +/* Whether PCRE can be used for user warnings. */ +#undef HAVE_PCRE + +/* Whether POSIX ERE can be used for user warnings. */ +#undef HAVE_POSIX_ERE + /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV |