HAVE_LINUX_INPUT_H

This commit is contained in:
rdb 2009-07-03 18:22:13 +00:00
parent 29dcf2d95b
commit aa0e91de1f
2 changed files with 6 additions and 0 deletions

View File

@ -319,6 +319,9 @@
// Do we have <ucontext.h> (and therefore makecontext() / swapcontext())? // Do we have <ucontext.h> (and therefore makecontext() / swapcontext())?
#define HAVE_UCONTEXT_H 1 #define HAVE_UCONTEXT_H 1
// Do we have <linux/input.h> ? This enables us to use raw mouse input.
#define HAVE_LINUX_INPUT_H 1
// Do we have RTTI (and <typeinfo>)? // Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1 #define HAVE_RTTI 1

View File

@ -602,6 +602,9 @@ $[cdefine HAVE_SYS_SOUNDCARD_H]
swapcontext())? */ swapcontext())? */
$[cdefine HAVE_UCONTEXT_H] $[cdefine HAVE_UCONTEXT_H]
/* Do we have <linux/input.h> ? This enables us to use raw mouse input. */
$[cdefine HAVE_LINUX_INPUT_H]
/* Do we have RTTI (and <typeinfo>)? */ /* Do we have RTTI (and <typeinfo>)? */
$[cdefine HAVE_RTTI] $[cdefine HAVE_RTTI]