diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-10-18 04:06:00 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-10-18 04:06:00 (GMT) |
commit | 61c5edf6fc9a87089c85f5a53e91e99da51ba38c (patch) | |
tree | b40ddb5f913893efa2ed769ee167bf4dd2ec07fb /pyconfig.h.in | |
parent | 6b471294242c70760ac64ad0b3853ad4d00e13bf (diff) | |
download | cpython-61c5edf6fc9a87089c85f5a53e91e99da51ba38c.zip cpython-61c5edf6fc9a87089c85f5a53e91e99da51ba38c.tar.gz cpython-61c5edf6fc9a87089c85f5a53e91e99da51ba38c.tar.bz2 |
Expose setgroups. Fixes feature request #468116.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 7057895..8967cc6 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -498,6 +498,9 @@ /* Define if you have the setgid function. */ #undef HAVE_SETGID +/* Define if you have the setgroups function. */ +#undef HAVE_SETGROUPS + /* Define if you have the setlocale function. */ #undef HAVE_SETLOCALE |