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