mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
RawDNS doesn't work. It's now disabled by default in configure.
The bot should be able to get online now
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -846,10 +846,10 @@ test -z "$ans" -o "$ans" = y -o "$ans" = Y -o "$ans" = yes -o "$ans" = YES -o "$
|
||||
|
||||
def_rawdns='#undef RAWDNS'
|
||||
unset ans
|
||||
echo $ac_n "Async DNS support? ......................... [Y/n] "$ac_c
|
||||
echo $ac_n "Async DNS support? ......................... [y/N] "$ac_c
|
||||
test "$ft_rawdns" && echo "$ft_rawdns" && ans=$ft_rawdns
|
||||
test -z "$ft_rawdns" && read ans
|
||||
test -z "$ans" -o "$ans" = y -o "$ans" = Y -o "$ans" = yes -o "$ans" = YES -o "$ans" = Yes && def_rawdns='#define RAWDNS'
|
||||
test "$ans" = y -o "$ans" = Y -o "$ans" = yes -o "$ans" = YES -o "$ans" = Yes && def_rawdns='#define RAWDNS'
|
||||
|
||||
def_botnet='#undef BOTNET'
|
||||
unset ans
|
||||
|
||||
Reference in New Issue
Block a user