From 233e16ceab6589cdfcfeefabef027f39026bb05f Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Tue, 5 Dec 2006 14:55:14 +0000 Subject: Introduction of d_pseudofork p4raw-id: //depot/perl@29467 --- config_h.SH | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config_h.SH') diff --git a/config_h.SH b/config_h.SH index 9593b215bf..84eb8aebe9 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3325,6 +3325,12 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_vfork HAS_VFORK /**/ +/* HAS_PSEUDOFORK: + * This symbol, if defined, indicates that an emulation of the + * fork routine is available. + */ +#$d_pseudofork 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 -- cgit v1.2.1