* enable vfork for solaris

git-svn-id: trunk@5557 -
This commit is contained in:
Jonas Maebe 2006-12-08 10:20:38 +00:00
parent d127e002d8
commit 87a4372d7f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ interface
{ force ansistrings } { force ansistrings }
{$H+} {$H+}
{$if defined(BSD) and defined(FPC_USE_LIBC)} {$if (defined(BSD) or defined(SUNOS)) and defined(FPC_USE_LIBC)}
{$define USE_VFORK} {$define USE_VFORK}
{$endif} {$endif}

View File

@ -17,7 +17,7 @@ Interface
Uses BaseUnix,UnixType; Uses BaseUnix,UnixType;
{$if defined(BSD) and defined(FPC_USE_LIBC)} {$if (defined(BSD) or defined(SUNOS)) and defined(FPC_USE_LIBC)}
{$define USE_VFORK} {$define USE_VFORK}
{$endif} {$endif}