mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Shut up warnings for setgroups() on Linux -- you have to #include
<grp.h> it seems. This requires yet another configure test.
This commit is contained in:
parent
91b81c4802
commit
a6535fd40b
4 changed files with 18 additions and 10 deletions
4
configure
vendored
4
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.270
|
||||
# From configure.in Revision: 1.272
|
||||
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated automatically using autoconf version 2.13
|
||||
|
@ -1968,7 +1968,7 @@ EOF
|
|||
|
||||
fi
|
||||
|
||||
for ac_hdr in dlfcn.h fcntl.h limits.h langinfo.h locale.h \
|
||||
for ac_hdr in dlfcn.h fcntl.h grp.h limits.h langinfo.h locale.h \
|
||||
ncurses.h poll.h pthread.h \
|
||||
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
|
||||
sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue