From 0f231cb501e2783ff43dc24c5bc188527651af91 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:39:28 +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