* haiku also sinlen, Mantis 16176

git-svn-id: trunk@15104 -
This commit is contained in:
marco 2010-04-01 11:38:55 +00:00
parent 95620e8774
commit 02069109d1

View File

@ -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}