diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-02-16 23:35:41 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-02-16 23:35:41 +0000 |
commit | b2c92f44d4572615b14671a5b3d0cace1c2b1511 (patch) | |
tree | 7b096e5f897ebe77875c840db97f789830e5091e /pyconfig.h.in | |
parent | b4779c3496b9aea6fca7717015985e72e9127a2e (diff) | |
download | cpython-git-b2c92f44d4572615b14671a5b3d0cace1c2b1511.tar.gz |
Patch #511193: Implement killpg in posixmodule.
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 abcdead6e5..0acd1f5b6b 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -459,6 +459,9 @@ /* Define if you have the kill function. */ #undef HAVE_KILL +/* Define if you have the killpg function. */ +#undef HAVE_KILLPG + /* Define if you have the link function. */ #undef HAVE_LINK |