* Add initc unit

git-svn-id: trunk@7492 -
This commit is contained in:
daniel 2007-05-27 20:06:58 +00:00
parent 0248d2472d
commit 4782e744e8

View File

@ -21,21 +21,19 @@ interface
{$PACKRECORDS C} {$PACKRECORDS C}
{$ifdef BSD} {$ifdef BSD}
Uses BaseUnix, unixtype; uses initc,BaseUnix, unixtype;
{$i pthrbsd.inc} {$i pthrbsd.inc}
{$else} {$else}
{$ifdef linux} {$ifdef linux}
uses unixtype; uses initc,unixtype;
{$i pthrlinux.inc} {$i pthrlinux.inc}
{$else} {$else}
{$ifdef sunos} {$ifdef sunos}
uses uses initc,unixtype;
unixtype;
{$i pthrsnos.inc} {$i pthrsnos.inc}
{$else} {$else}
{$error operating system not detected}
{$endif} {$endif}
{$endif} {$endif}
{$endif} {$endif}