diff options
author | Christian Heimes <christian@python.org> | 2021-12-07 19:56:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 19:56:41 (GMT) |
commit | 91b59a3fcdcb93d74bb89cce536f11d2990f655d (patch) | |
tree | c11170472df2568181d0e5fe681ff0f9e226c46d /pyconfig.h.in | |
parent | 06c4ae8b1380eec1c5f3cd8faa21102d1c940bab (diff) | |
download | cpython-91b59a3fcdcb93d74bb89cce536f11d2990f655d.zip cpython-91b59a3fcdcb93d74bb89cce536f11d2990f655d.tar.gz cpython-91b59a3fcdcb93d74bb89cce536f11d2990f655d.tar.bz2 |
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index c6cc1fd..efad243 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -356,18 +356,6 @@ /* Define to 1 if you have the `fexecve' function. */ #undef HAVE_FEXECVE -/* Define to 1 if you have the ffi_closure_alloc function in <ffi.h> header - file. */ -#undef HAVE_FFI_CLOSURE_ALLOC - -/* Define to 1 if you have the ffi_prep_cif_var function in <ffi.h> header - file. */ -#undef HAVE_FFI_PREP_CIF_VAR - -/* Define to 1 if you have the ffi_prep_closure_loc function in <ffi.h> header - file. */ -#undef HAVE_FFI_PREP_CLOSURE_LOC - /* Define to 1 if you have the `flock' function. */ #undef HAVE_FLOCK |