diff options
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index e872524c26..0fdff1895e 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -3290,6 +3290,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 |