diff options
Diffstat (limited to 'driver/xf86-input-acecad/config.h.in')
-rw-r--r-- | driver/xf86-input-acecad/config.h.in | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/driver/xf86-input-acecad/config.h.in b/driver/xf86-input-acecad/config.h.in index 76ed7b5fb..f30d90f12 100644 --- a/driver/xf86-input-acecad/config.h.in +++ b/driver/xf86-input-acecad/config.h.in @@ -1,13 +1,17 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -#include "xorg-server.h" - /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `sysfs' library (-lsysfs). */ +#undef HAVE_LIBSYSFS + +/* Define to 1 if you have the <linux/input.h> header file. */ +#undef HAVE_LINUX_INPUT_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -23,6 +27,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the <sysfs/libsysfs.h> header file. */ +#undef HAVE_SYSFS_LIBSYSFS_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H @@ -32,12 +39,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Using the Linux input subsystem */ -#undef LINUX_INPUT - -/* Using sysfs to probe devices */ -#undef LINUX_SYSFS - /* Name of package */ #undef PACKAGE |