diff options
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pyconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 2229df4..38542d7 100644 --- a/Mac/Include/pyconfig.h +++ b/Mac/Include/pyconfig.h @@ -451,6 +451,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define HAVE_GETPEERNAME #endif +/* Define if you have the getpgid function. */ +#undef HAVE_GETPGID + /* Define if you have the getpgrp function. */ #undef HAVE_GETPGRP |