diff options
author | Jan Dubois <jand@activestate.com> | 2006-12-20 07:41:00 -0800 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-12-21 05:12:28 +0000 |
commit | 542cb85fb9a8a115820bc461945b228d531b4059 (patch) | |
tree | 1505bf2b598138b55e0a32cdc9ddfb1b040847d7 /win32/config_H.vc | |
parent | 1266ad8f485f435b89a025d0463af17ae6a66f3c (diff) | |
download | perl-542cb85fb9a8a115820bc461945b228d531b4059.tar.gz |
Implement killpg() for MSWin32
Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
p4raw-id: //depot/perl@29605
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index c85f0aa57d..344fb7dd3b 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -221,7 +221,7 @@ * to kill process groups. If unavailable, you probably should use kill * with a negative process number. */ -/*#define HAS_KILLPG /**/ +#define HAS_KILLPG /**/ /* HAS_LINK: * This symbol, if defined, indicates that the link routine is |