summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-13 21:09:11 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-06-13 21:09:11 (GMT)
commit606edc1d971a0c5e4f5d379ecfa69f42b5b1d691 (patch)
treea2145d170070b80f06ff05e2285f02a5e8fe9056 /Mac/Include
parent14f8b4cfcb98de74b9c6e9316539be9e2a5cd31f (diff)
downloadcpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.zip
cpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.tar.gz
cpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.tar.bz2
Patch #568235: Add posix.setpgid.
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/pyconfig.h3
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