aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pyconfig-osx.h
blob: c4b1b8574bfef993104660b5c9715ffc08e14853 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/pyconfig-osx.h> 
#else 
#error "No <pyconfig-osx.h> in Python2" 
#endif