* 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,23 +21,21 @@ interface
{$PACKRECORDS C}
{$ifdef BSD}
Uses BaseUnix, unixtype;
uses initc,BaseUnix, unixtype;
{$i pthrbsd.inc}
{$else}
{$ifdef linux}
uses initc,unixtype;
{$i pthrlinux.inc}
{$else}
{$ifdef linux}
uses unixtype;
{$i pthrlinux.inc}
{$else}
{$ifdef sunos}
uses
unixtype;
{$i pthrsnos.inc}
{$else}
{$endif}
{$endif}
{$ifdef sunos}
uses initc,unixtype;
{$i pthrsnos.inc}
{$else}
{$error operating system not detected}
{$endif}
{$endif}
{$endif}
implementation