diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 04:07:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 04:07:18 +0000 |
commit | f55ee38a033ce570145fdd38bb9f09acf59d37cd (patch) | |
tree | d09466217844d04a8289a2d2d15377ce38987426 /win32/config_H.bc | |
parent | e6d5c5302bca4863c13ae11aa5ed04b35c9d89f5 (diff) | |
download | perl-f55ee38a033ce570145fdd38bb9f09acf59d37cd.tar.gz |
various win32 odds and ends
- added support for waitpid(), open2/open3, and a bugfix for kill()
from Ronald Schmidt <RonaldWS@aol.com>
- 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
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index ce21ebff2f..ca5ab3a476 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -788,7 +788,7 @@ * This symbol, if defined, indicates that the waitpid routine is * available to wait for child process. */ -/*#define HAS_WAITPID /**/ +#define HAS_WAITPID /**/ /* HAS_WCSTOMBS: * This symbol, if defined, indicates that the wcstombs routine is @@ -1616,12 +1616,6 @@ #define LONGLONGSIZE 8 /**/ #endif -/* HAS_MKSTEMP: - * This symbol, if defined, indicates that the mkstemp routine is - * available to create and open a unique temporary file. - */ -/*#define HAS_MKSTEMP /**/ - /* HAS_SETGROUPS: * This symbol, if defined, indicates that the setgroups() routine is * available to set the list of process groups. If unavailable, multiple |