diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-06-13 21:09:11 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-06-13 21:09:11 (GMT) |
commit | 606edc1d971a0c5e4f5d379ecfa69f42b5b1d691 (patch) | |
tree | a2145d170070b80f06ff05e2285f02a5e8fe9056 /pyconfig.h.in | |
parent | 14f8b4cfcb98de74b9c6e9316539be9e2a5cd31f (diff) | |
download | cpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.zip cpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.tar.gz cpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.tar.bz2 |
Patch #568235: Add posix.setpgid.
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 87b79ae..0606962 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -176,6 +176,9 @@ /* Define to 1 if you have the `getpeername' function. */ #undef HAVE_GETPEERNAME +/* Define to 1 if you have the `getpgid' function. */ +#undef HAVE_GETPGID + /* Define to 1 if you have the `getpgrp' function. */ #undef HAVE_GETPGRP |