summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-11-27 13:56:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-11-27 13:56:01 (GMT)
commit50ea4565bd7805d7368b9278536f58c870313e92 (patch)
tree2a8e66c5de5272b6102f16364b1a8d8240b053db /pyconfig.h.in
parentbf4a5fc8d8111dea91fba3d87527857bd4c8fd43 (diff)
downloadcpython-50ea4565bd7805d7368b9278536f58c870313e92.zip
cpython-50ea4565bd7805d7368b9278536f58c870313e92.tar.gz
cpython-50ea4565bd7805d7368b9278536f58c870313e92.tar.bz2
Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index c045593..5900cb0 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -316,6 +316,12 @@
/* Define to 1 if you have the `getpwent' function. */
#undef HAVE_GETPWENT
+/* Define to 1 if you have the `getresgid' function. */
+#undef HAVE_GETRESGID
+
+/* Define to 1 if you have the `getresuid' function. */
+#undef HAVE_GETRESUID
+
/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID
@@ -580,6 +586,12 @@
/* Define to 1 if you have the `setregid' function. */
#undef HAVE_SETREGID
+/* Define to 1 if you have the `setresgid' function. */
+#undef HAVE_SETRESGID
+
+/* Define to 1 if you have the `setresuid' function. */
+#undef HAVE_SETRESUID
+
/* Define to 1 if you have the `setreuid' function. */
#undef HAVE_SETREUID