mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups
prototypes explicitly.
This commit is contained in:
parent
fec3262691
commit
d584368dec
3 changed files with 142 additions and 17 deletions
|
@ -59,7 +59,7 @@
|
|||
/* Define to 1 if you have the `ctermid' function. */
|
||||
#undef HAVE_CTERMID
|
||||
|
||||
/* Define to 1 if you have the `ctermid_r' function. */
|
||||
/* Define if you have the 'ctermid_r' function. */
|
||||
#undef HAVE_CTERMID_R
|
||||
|
||||
/* Define to 1 if you have the device macros. */
|
||||
|
@ -348,7 +348,7 @@
|
|||
/* Define to 1 if you have the `setgid' function. */
|
||||
#undef HAVE_SETGID
|
||||
|
||||
/* Define to 1 if you have the `setgroups' function. */
|
||||
/* Define if you have the 'setgroups' function. */
|
||||
#undef HAVE_SETGROUPS
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue