Skip to content

Commit

Permalink
HAS_VFORK
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.unixbeard.net/richardc/perl/perl-1@4914 c56e198b-7db7-0310-b3ab-8e406f684e33
  • Loading branch information
Richard Clamp committed Dec 18, 2007
1 parent 7d6efeb commit d18b12a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arg.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
#include "util.h"
#include "perl.h"

#ifndef HAS_VFORK
# define vfork fork
#endif


ARG *debarg;

bool
Expand Down
3 changes: 3 additions & 0 deletions config_h.SH
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#$d_bcopy BCOPY /**/
#$d_vfork HAS_VFORK /**/
/* EUNICE:
* This symbol, if defined, indicates that the program is being compiled
* under the EUNICE package under VMS. The program will need to handle
Expand Down

0 comments on commit d18b12a

Please sign in to comment.