mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 20:03:49 +02:00
* Build cnetdb for android.
git-svn-id: trunk@44295 -
This commit is contained in:
parent
8e1e9cb20b
commit
5dae20bd0b
@ -73,7 +73,7 @@ begin
|
||||
end;
|
||||
T.ResourceStrings := True;
|
||||
|
||||
T:=P.Targets.AddUnit('cnetdb.pp',[linux,freebsd,solaris]);
|
||||
T:=P.Targets.AddUnit('cnetdb.pp',[linux,freebsd,solaris,android]);
|
||||
|
||||
P.ExamplePath.Add('examples');
|
||||
P.Targets.AddExampleProgram('examples/ip6test.pp');
|
||||
|
@ -233,7 +233,7 @@ type
|
||||
{$if defined(LINUX) or defined(OPENBSD)}
|
||||
{$define FIRST_ADDR_THEN_CANONNAME}
|
||||
{$endif}
|
||||
{$if defined(FREEBSD) or defined(NETBSD) or defined(DRAGONFLY) or defined(SOLARIS)}
|
||||
{$if defined(FREEBSD) or defined(NETBSD) or defined(DRAGONFLY) or defined(SOLARIS) or defined(ANDROID)}
|
||||
{$define FIRST_CANONNAME_THEN_ADDR}
|
||||
{$endif}
|
||||
{$if not defined(FIRST_CANONNAME_THEN_ADDR) and not defined(FIRST_ADDR_THEN_CANONNAME)}
|
||||
|
Loading…
Reference in New Issue
Block a user