diff options
| author | Michael Forney <mforney@mforney.org> | 2021-04-18 22:54:36 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-04-18 23:53:32 -0700 |
| commit | 8e7c506214f534b0bffb84d1910479e77ffb5ddd (patch) | |
| tree | ed71809c8b2faf4861ee6b942c74cf93be03fcda /pkg/python/pyconfig.h | |
| parent | 465f38ecd5c9f7ebf658f91a5e87cc21da1888ac (diff) | |
python: Update to 3.9.4
Diffstat (limited to 'pkg/python/pyconfig.h')
| -rw-r--r-- | pkg/python/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h index 91fd21b9..08ea6a44 100644 --- a/pkg/python/pyconfig.h +++ b/pkg/python/pyconfig.h @@ -85,6 +85,7 @@ /* #undef HAVE_DLOPEN */ #define HAVE_DUP2 1 #define HAVE_DUP3 1 +/* #undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH */ /* #undef HAVE_DYNAMIC_LOADING */ #define HAVE_ENDIAN_H 1 #define HAVE_EPOLL 1 @@ -249,7 +250,6 @@ #define HAVE_PREADV 1 /* #undef HAVE_PREADV2 */ #define HAVE_PRLIMIT 1 -/* #undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH */ /* #undef HAVE_PROCESS_H */ #define HAVE_PROTOTYPES 1 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 |
