summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/pymacconfig.h
blob: 332dc3660e3c70a3af17d21170f5d0f8333b57bd (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/pymacconfig.h>
#else
#include <contrib/tools/python/src/Include/pymacconfig.h>
#endif