mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 10:40:13 +02:00
* Fix bug ID #38193: order on darwin is same as openbsd
git-svn-id: trunk@47752 -
This commit is contained in:
parent
817ef6949a
commit
729c1dee8c
@ -230,7 +230,7 @@ type
|
||||
PProtoEnt = ^TProtoEnt;
|
||||
PPProtoEnt = ^PProtoEnt;
|
||||
|
||||
{$if defined(LINUX) or defined(OPENBSD)}
|
||||
{$if defined(LINUX) or defined(OPENBSD) or defined(DARWIN)}
|
||||
{$define FIRST_ADDR_THEN_CANONNAME}
|
||||
{$endif}
|
||||
{$if defined(FREEBSD) or defined(NETBSD) or defined(DRAGONFLY) or defined(SOLARIS) or defined(ANDROID)}
|
||||
|
Loading…
Reference in New Issue
Block a user