diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-03-24 22:12:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-03-24 22:12:17 +0000 |
commit | f10488a30a54084364344ffc896da5ef9ee55e71 (patch) | |
tree | ba3fcc381181bb71e995bf225ae4e9f7680a6494 /config_h.SH | |
parent | 3bdc27670282422f0788ccddd9711ae6cfe9bcd1 (diff) | |
download | perl-f10488a30a54084364344ffc896da5ef9ee55e71.tar.gz |
Configure regenerated because of changes #3130/#3154 and #3147.
p4raw-link: @3130 on //depot/maint-5.005/perl: 08c9aea58d52024cd45844ac23e957399bbc0340
p4raw-id: //depot/cfgperl@3155
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config_h.SH b/config_h.SH index 1f607e2810..d42a4e662a 100644 --- a/config_h.SH +++ b/config_h.SH @@ -705,11 +705,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_umask HAS_UMASK /**/ -/* HAS_VFORK: - * This symbol, if defined, indicates that vfork() exists. - */ -#$d_vfork HAS_VFORK /**/ - /* HASVOLATILE: * This symbol, if defined, indicates that this C compiler knows about * the volatile declaration. @@ -1903,6 +1898,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #$d_semctl_semun USE_SEMCTL_SEMUN /**/ #$d_semctl_semid_ds USE_SEMCTL_SEMID_DS /**/ +/* HAS_VFORK: + * This symbol, if defined, indicates that vfork() exists. + */ +#$d_vfork HAS_VFORK /**/ + /* 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 |