opt/alt/python311/include/python3.11/pyconfig.h 0000644 00000000242 15173071441 0015133 0 ustar 00 #include <bits/wordsize.h>
#if __WORDSIZE == 32
#include "pyconfig-32.h"
#elif __WORDSIZE == 64
#include "pyconfig-64.h"
#else
#error "Unknown word size"
#endif