We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e525ed4 commit 894974dCopy full SHA for 894974d
configure.ac
@@ -17,6 +17,7 @@ AC_CHECK_HEADERS([fcntl.h stddef.h stdint.h stdlib.h string.h unistd.h])
17
AC_CHECK_HEADERS([linux/input.h linux/uinput.h], [], [AC_MSG_ERROR([The linux header files are required])])
18
19
# Checks for typedefs, structures, and compiler characteristics.
20
+AC_CHECK_HEADER_STDBOOL
21
AC_TYPE_INT32_T
22
AC_TYPE_SIZE_T
23
AC_TYPE_UINT32_T
0 commit comments