Skip to content

Commit

Permalink
Added detection of getlogin() and getlogin_r().
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.python.org/projects/python/trunk@14144 6015fed2-1504-0410-9fe1-9d1591cc4771
  • Loading branch information
fdrake committed Dec 14, 1999
1 parent a7d7730 commit 0f226d7
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 106 deletions.
6 changes: 6 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 0f226d7

Please sign in to comment.