* 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 }
{$ifdef FreeBSD}
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr
{$endif}
{$ifdef Darwin}
{$if
defined(FreeBSD) or
defined(Darwin) or
defined(Haiku)
}
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr
{$endif}