From f55ee38a033ce570145fdd38bb9f09acf59d37cd Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 15 Jun 1998 04:07:18 +0000 Subject: various win32 odds and ends - added support for waitpid(), open2/open3, and a bugfix for kill() from Ronald Schmidt - tweak testsuite mods of above - regenerate win32/config_H.?c - change kill() to win32_kill() and export it - coalesce common code in win32.c - add PerlProc_waitpid() and export win32_waitpid() result builds and passes on the three win32 compilers p4raw-id: //depot/perl@1134 --- win32/config.gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/config.gc') diff --git a/win32/config.gc b/win32/config.gc index ac5fa5f7ca..b98a55ec2e 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -271,7 +271,7 @@ d_voidtty='' d_volatile='define' d_vprintf='define' d_wait4='undef' -d_waitpid='undef' +d_waitpid='define' d_wcstombs='define' d_wctomb='define' d_xenix='undef' -- cgit v1.2.1