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 6df6aeb..1d62eec 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the <pcre.h> header file. */ +#undef HAVE_PCRE_H + /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H @@ -33,6 +36,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <X11/extensions/XInput.h> header file. */ +#undef HAVE_X11_EXTENSIONS_XINPUT_H + /* Define to 1 if you have the <X11/extensions/XTest.h> header file. */ #undef HAVE_X11_EXTENSIONS_XTEST_H |