X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc;h=344fb7dd3bdc10bf50ff64cb7752cd048b1c29bd;hb=503de4705ff6537018ae94e9179e16636748b2a6;hp=9a6872fa9410b2519d1df60ae825236b643f88df;hpb=63cdf24b4587df192f2f3f9a9c78a397a2e527db;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc b/win32/config_H.vc index 9a6872f..344fb7d 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 @@ -3286,6 +3286,12 @@ */ /*#define HAS_VFORK /**/ +/* HAS_PSEUDOFORK: + * This symbol, if defined, indicates that an emulation of the + * fork routine is available. + */ +/*#define HAS_PSEUDOFORK /**/ + /* Signal_t: * This symbol's value is either "void" or "int", corresponding to the * appropriate return type of a signal handler. Thus, you can declare