]> git.pld-linux.org Git - packages/python.git/blame - pyconfig.h.in
Rel 10; no more python binary pointing to python2. Use python2 explicitly.
[packages/python.git] / pyconfig.h.in
CommitLineData
59012690 1#ifndef Py_PYCONFIG_H
3794a263 2#if defined(__x86_64__) || defined(__aarch64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__powerpc64__) || defined(__s390x__)
59012690
JK
3#if defined(__ILP32__)
4#include "@PREFIX@/libx32/python@PY_VER@/config/pyconfig.h"
5#else
6#include "@PREFIX@/lib64/python@PY_VER@/config/pyconfig.h"
7#endif
8#else
9#include "@PREFIX@/lib/python@PY_VER@/config/pyconfig.h"
10#endif
11#endif
This page took 0.026883 seconds and 4 git commands to generate.