From d83fa8360c587fda79e9cbed0430f40120ad20d8 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 24 Oct 2024 04:11:04 +0000 Subject: automatic import of python3 --- pyconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyconfig.h (limited to 'pyconfig.h') diff --git a/pyconfig.h b/pyconfig.h new file mode 100644 index 0000000..78bc6bb --- /dev/null +++ b/pyconfig.h @@ -0,0 +1,9 @@ +#include + +#if __WORDSIZE == 32 +#include "pyconfig-32.h" +#elif __WORDSIZE == 64 +#include "pyconfig-64.h" +#else +#error "Unknown word size" +#endif -- cgit v1.2.3