summaryrefslogtreecommitdiff
path: root/brlapi-config.h
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 13:59:53 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 13:59:53 +0000
commit29a6277ea128b21a0456f5df5661b0b57528a8e3 (patch)
treebaa35889f78439c315cd08b631c5b80961059662 /brlapi-config.h
parent03e5557b07ca86a97033fa3210eaede0641e6d77 (diff)
automatic import of brlttyopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'brlapi-config.h')
-rw-r--r--brlapi-config.h9
1 files changed, 9 insertions, 0 deletions
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 <bits/wordsize.h>
+
+#if __WORDSIZE == 32
+#include "config-32.h"
+#elif __WORDSIZE == 64
+#include "config-64.h"
+#else
+#error "Unknown word size"
+#endif