summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2006-12-05 14:55:14 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-12-05 14:55:14 +0000
commit233e16ceab6589cdfcfeefabef027f39026bb05f (patch)
treed755a659ecdf3027b1b22b8bb5d973b0bdaa4457 /config_h.SH
parent3890ecea71e8d1097fd1d7614b8a095c06dbb4f5 (diff)
downloadperl-233e16ceab6589cdfcfeefabef027f39026bb05f.tar.gz
Introduction of d_pseudofork
p4raw-id: //depot/perl@29467
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
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 <<!GROK!THIS! >$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