mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 08:19:27 +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}
|
{$PACKRECORDS C}
|
||||||
|
|
||||||
{$ifdef BSD}
|
{$ifdef BSD}
|
||||||
Uses BaseUnix, unixtype;
|
uses initc,BaseUnix, unixtype;
|
||||||
{$i pthrbsd.inc}
|
{$i pthrbsd.inc}
|
||||||
{$else}
|
{$else}
|
||||||
|
{$ifdef linux}
|
||||||
|
uses initc,unixtype;
|
||||||
|
{$i pthrlinux.inc}
|
||||||
|
{$else}
|
||||||
|
|
||||||
{$ifdef linux}
|
{$ifdef sunos}
|
||||||
uses unixtype;
|
uses initc,unixtype;
|
||||||
{$i pthrlinux.inc}
|
{$i pthrsnos.inc}
|
||||||
{$else}
|
{$else}
|
||||||
|
{$error operating system not detected}
|
||||||
{$ifdef sunos}
|
{$endif}
|
||||||
uses
|
{$endif}
|
||||||
unixtype;
|
|
||||||
{$i pthrsnos.inc}
|
|
||||||
{$else}
|
|
||||||
|
|
||||||
{$endif}
|
|
||||||
{$endif}
|
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user