diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2024-02-28 10:17:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 10:17:34 +0000 |
commit | 1752b51012269eaa35f7a28f162d18479a4f72aa (patch) | |
tree | 9858a48447516621c765db736da10192db5cd300 /pyconfig.h.in | |
parent | d53560deb2c9ae12147201003fe63b266654ee21 (diff) | |
download | cpython-1752b51012269eaa35f7a28f162d18479a4f72aa.tar.gz cpython-1752b51012269eaa35f7a28f162d18479a4f72aa.zip |
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 63a3437ebb3..b93cac9d23c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -933,6 +933,9 @@ /* Define to 1 if you have the <process.h> header file. */ #undef HAVE_PROCESS_H +/* Define to 1 if you have the `process_vm_readv' function. */ +#undef HAVE_PROCESS_VM_READV + /* Define if your compiler supports function prototype */ #undef HAVE_PROTOTYPES |