summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-07-13 01:26:58 +0000
committerAndrew M. Kuchling <amk@amk.ca>2000-07-13 01:26:58 +0000
commitafb81ff4fc49e510215f68a00a2214ded8674989 (patch)
treef85e66e497c3737d512b7f2259e1b871add7548d /config.h.in
parent4fe787ebc36b12a4314dae651a45d53aaae12efc (diff)
downloadcpython-afb81ff4fc49e510215f68a00a2214ded8674989.tar.gz
From Sam Rushing's Medusa, via SF patch #100858: add & document
os.seteuid(), os.setegid(), os.setreuid(), os.setregid().
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 53c263d15b..02e3bd86cb 100644
--- a/config.h.in
+++ b/config.h.in
@@ -407,6 +407,12 @@
/* Define if you have the select function. */
#undef HAVE_SELECT
+/* Define if you have the setegid function. */
+#undef HAVE_SETEGID
+
+/* Define if you have the seteuid function. */
+#undef HAVE_SETEUID
+
/* Define if you have the setgid function. */
#undef HAVE_SETGID
@@ -419,6 +425,12 @@
/* Define if you have the setpgrp function. */
#undef HAVE_SETPGRP
+/* Define if you have the setregid function. */
+#undef HAVE_SETREGID
+
+/* Define if you have the setreuid function. */
+#undef HAVE_SETREUID
+
/* Define if you have the setsid function. */
#undef HAVE_SETSID