ComputationalBiomechanicsLab/opensim-creator
third_party/SDL/CMakeLists.txt
:1626
check_c_source_compiles("
#include <sys/kbio.h>
#include <sys/ioctl.h>
int main(int argc, char **argv) {
accentmap_t accTable;
ioctl(0, KDENABIO, 1);
return 0;
}" HAVE_INPUT_KBIO)