/home/lnzliplg/www/pyconfig.h.tar
opt/alt/python311/include/python3.11/pyconfig.h000064400000000242151730714410015133 0ustar00#include <bits/wordsize.h>

#if __WORDSIZE == 32
#include "pyconfig-32.h"
#elif __WORDSIZE == 64
#include "pyconfig-64.h"
#else
#error "Unknown word size"
#endif