summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-12-14 20:48:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-12-14 20:48:17 (GMT)
commit3bb3e5773b74ef50cf00053a2b3f638c65c0ed23 (patch)
treeab2df1deb913042ceaaf974bf5405330148ddc88 /config.h.in
parentb1b78d85d389c55ba4fb59b581e881c3eac2f03e (diff)
downloadcpython-3bb3e5773b74ef50cf00053a2b3f638c65c0ed23.zip
cpython-3bb3e5773b74ef50cf00053a2b3f638c65c0ed23.tar.gz
cpython-3bb3e5773b74ef50cf00053a2b3f638c65c0ed23.tar.bz2
Added detection of getlogin() and getlogin_r().
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index a2f9f96..8996e32 100644
--- a/config.h.in
+++ b/config.h.in
@@ -272,6 +272,12 @@
/* Define if you have the getgroups function. */
#undef HAVE_GETGROUPS
+/* Define if you have the getlogin function. */
+#undef HAVE_GETLOGIN
+
+/* Define if you have the getlogin_r function. */
+#undef HAVE_GETLOGIN_R
+
/* Define if you have the getpgrp function. */
#undef HAVE_GETPGRP