aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pyconfig.h
blob: 9bb42954b26693d2da3d1764cdd0d1832038d9a4 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/pyconfig.h>
#else
#include <contrib/tools/python/src/Include/pyconfig.h>
#endif