aboutsummaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-03-07 14:36:47 +0200
committerGitHub <noreply@github.com>2022-03-07 13:36:47 +0100
commitca9689f8dac01d27e041e1dbbdae146746d48ab3 (patch)
treec6dcb89cc77ea1faf55abf4d664349669808eb31 /pyconfig.h.in
parent3b3be05a164da43f201e35b6dafbc840993a4d18 (diff)
downloadcpython3-ca9689f8dac01d27e041e1dbbdae146746d48ab3.tar.gz
bpo-46933: Make pwd module optional (GH-31700)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index a1bf9502e9..40057e0ff8 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -522,6 +522,9 @@
/* Define to 1 if you have the `getpwnam_r' function. */
#undef HAVE_GETPWNAM_R
+/* Define to 1 if you have the `getpwuid' function. */
+#undef HAVE_GETPWUID
+
/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R