mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:07:54 +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 }
|
||||
|
||||
{$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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user