mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +02:00
* Add initc unit
git-svn-id: trunk@7492 -
This commit is contained in:
parent
0248d2472d
commit
4782e744e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user