diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-24 08:19:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 08:19:17 +0100 |
commit | 324527012fa1078428a6207918640cf860e28c81 (patch) | |
tree | 31924a2a167bff29b181fed089696e4f7d550d2c /pyconfig.h.in | |
parent | dd8ce9ea8d7e45224a348ea7962b5f50cbf86dc5 (diff) | |
download | cpython-git-324527012fa1078428a6207918640cf860e28c81.tar.gz |
bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index bb9ae4c3db..67f27c2b17 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1469,9 +1469,6 @@ /* Define if setpgrp() must be called as setpgrp(0, 0). */ #undef SETPGRP_HAVE_ARG -/* Define to 1 if you must link with -lrt for shm_open(). */ -#undef SHM_NEEDS_LIBRT - /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS |