summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-11-24 08:19:17 +0100
committerGitHub <noreply@github.com>2021-11-24 08:19:17 +0100
commit324527012fa1078428a6207918640cf860e28c81 (patch)
tree31924a2a167bff29b181fed089696e4f7d550d2c /pyconfig.h.in
parentdd8ce9ea8d7e45224a348ea7962b5f50cbf86dc5 (diff)
downloadcpython-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.in3
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