mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:49:19 +02:00
* haiku also sinlen, Mantis 16176
git-svn-id: trunk@15104 -
This commit is contained in:
parent
95620e8774
commit
02069109d1
@ -19,11 +19,11 @@ Uses baseunix,UnixType;
|
|||||||
|
|
||||||
{$i osdefs.inc} { Compile time defines }
|
{$i osdefs.inc} { Compile time defines }
|
||||||
|
|
||||||
{$ifdef FreeBSD}
|
{$if
|
||||||
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr
|
defined(FreeBSD) or
|
||||||
{$endif}
|
defined(Darwin) or
|
||||||
|
defined(Haiku)
|
||||||
{$ifdef Darwin}
|
}
|
||||||
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr
|
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user