diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-03-28 18:37:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-03-28 18:37:01 (GMT) |
commit | 4daacb1a829a7c2c5c70fffb188d165e6fad2f95 (patch) | |
tree | ee62c170d4199acba5e09a95bfd27e552937315b /pyconfig.h.in | |
parent | bd379e9627af0c53b09693cf43f3b8bcaad39da0 (diff) | |
download | cpython-4daacb1a829a7c2c5c70fffb188d165e6fad2f95.zip cpython-4daacb1a829a7c2c5c70fffb188d165e6fad2f95.tar.gz cpython-4daacb1a829a7c2c5c70fffb188d165e6fad2f95.tar.bz2 |
Add test for setpgrp. Fixes #690317.
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 e0ab1b9..9d2447b 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -378,6 +378,9 @@ /* Define to 1 if you have the `setpgid' function. */ #undef HAVE_SETPGID +/* Define to 1 if you have the `setpgrp' function. */ +#undef HAVE_SETPGRP + /* Define to 1 if you have the `setregid' function. */ #undef HAVE_SETREGID |