]> git.pld-linux.org Git - packages/python3.git/blame - pyconfig.h.in
- rel 2; install gdb helper so gdb functions like py-bt (nice pythonised backtrace...
[packages/python3.git] / pyconfig.h.in
CommitLineData
a033b415
JK
1#ifndef Py_PYCONFIG_H
2#if defined(__x86_64__) || (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.049104 seconds and 4 git commands to generate.