mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: FTP - Build under Haiku
This commit is contained in:
parent
600edcc021
commit
5951ace48d
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ uses
|
|||
|
||||
{$if defined(LINUX) or defined(OPENBSD)}
|
||||
{$define FIRST_ADDR_THEN_CANONNAME}
|
||||
{$elseif defined(FREEBSD) or defined(NETBSD) or defined(DRAGONFLY) or defined(SOLARIS) or defined(ANDROID) or defined(DARWIN)}
|
||||
{$elseif defined(FREEBSD) or defined(NETBSD) or defined(DRAGONFLY) or defined(SOLARIS) or defined(ANDROID) or defined(DARWIN) or defined(HAIKU)}
|
||||
{$define FIRST_CANONNAME_THEN_ADDR}
|
||||
{$else}
|
||||
{$error fatal 'Please consult the netdb.h file for your system to determine the order of ai_addr and ai_canonname'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue