1 #ifdef __arm64__ 2 #include "pyconfig-arm64.h" 3 #endif 4 5 #ifdef __x86_64__ 6 #include "pyconfig-x86_64.h" 7 #endif 8