]> git.pld-linux.org Git - packages/python3.git/blob - pyconfig.h.in
- build with libtirpc+libnsl 1.x; release 2
[packages/python3.git] / pyconfig.h.in
1 #ifndef Py_PYCONFIG_H
2 #if defined(__x86_64__) || defined(__aarch64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__powerpc64__) || defined(__s390x__)
3 #if defined(__ILP32__)
4 #include "@PREFIX@/libx32/python@PY_VER@/config-@PY_ABI@/pyconfig.h"
5 #else
6 #include "@PREFIX@/lib64/python@PY_VER@/config-@PY_ABI@/pyconfig.h"
7 #endif
8 #else
9 #include "@PREFIX@/lib/python@PY_VER@/config-@PY_ABI@/pyconfig.h"
10 #endif
11 #endif
This page took 0.029005 seconds and 3 git commands to generate.