summaryrefslogtreecommitdiff
path: root/win32/config_H.bc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-12-05 16:06:31 +0000
committerSteve Hay <SteveHay@planit.com>2006-12-05 16:06:31 +0000
commit27bdbd07da4037be18a7347ab1c0d4093e037413 (patch)
tree5f7eef3a9467da1f2faff9940f59f86de8b22e98 /win32/config_H.bc
parent785a26d510947a2b97507d7acf9b8c13bd59b310 (diff)
downloadperl-27bdbd07da4037be18a7347ab1c0d4093e037413.tar.gz
Extend d_pseudofork to Win32-land and set it when appropriate
(namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM) p4raw-id: //depot/perl@29469
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r--win32/config_H.bc6
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc
index fab75f2a78..3a759074e4 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -3274,6 +3274,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