89d299ea1c678bdc7cc568c1b6f7ae4ef11e2c14
[lcore.git] / lcoreconfig.inc
1 {this enables the entire ipv6 functionality - resolving, connecting, etc\r
2 this is enabled by default to make all apps using lcore automatically ipv6 aware.\r
3 to disable, undefine it here, or define "noipv6" in the app}\r
4 \r
5 {$ifndef noipv6}\r
6 {$define ipv6}\r
7 {$endif}\r
8 \r
9 {there are 2 ways to use DNS in lcore: dnscore, which an entire built in DNS client, and getaddrinfo.\r
10 dnscore is always included on *nix to avoid libc dependency problems, but getaddrinfo is used on windows.\r
11 when getaddrinfo is used, there is no reason to include dnscore, and it increases the exe size,\r
12 unless you want to use custom nameserver addresses. enable this setting to always include it.}\r
13 \r
14 {-$define syncdnscore}\r