Home
last modified time | relevance | path

Searched defs:Py_ENABLE_SHARED (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/PC/
Dpyconfig.h323 # define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ macro
/external/python/cpython3/PC/
Dpyconfig.h255 # define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython2/
Dconfigure.ac911 AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) definition
/external/python/cpython3/
Dconfigure.ac1133 AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) definition