diff options
author | tissoire | 2008-01-30 13:42:07 +0000 |
---|---|---|
committer | tissoire | 2008-01-30 13:42:07 +0000 |
commit | 422be6425b61457d8122b6e9ebe5e05ea241b380 (patch) | |
tree | 5ed3a3812eec202791cc1d2992ef146dc6dad3a6 /config.h.in | |
parent | e57bf8c57f8e6e655abd8d73874a29c10ddea6c3 (diff) | |
download | ivypointer-422be6425b61457d8122b6e9ebe5e05ea241b380.zip ivypointer-422be6425b61457d8122b6e9ebe5e05ea241b380.tar.gz ivypointer-422be6425b61457d8122b6e9ebe5e05ea241b380.tar.bz2 ivypointer-422be6425b61457d8122b6e9ebe5e05ea241b380.tar.xz |
Inversion des ~v~nements 'move' et 'click'
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 |