From 29a6277ea128b21a0456f5df5661b0b57528a8e3 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 13:59:53 +0000 Subject: automatic import of brltty --- brlapi-config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 brlapi-config.h (limited to 'brlapi-config.h') diff --git a/brlapi-config.h b/brlapi-config.h new file mode 100644 index 0000000..c369b45 --- /dev/null +++ b/brlapi-config.h @@ -0,0 +1,9 @@ +#include + +#if __WORDSIZE == 32 +#include "config-32.h" +#elif __WORDSIZE == 64 +#include "config-64.h" +#else +#error "Unknown word size" +#endif -- cgit v1.2.3