]> jfr.im git - irc/UndernetIRC/iauthd-c.git/commit
Replace sar with evdns calls
authorMichael Poole <redacted>
Sat, 6 Mar 2021 21:44:01 +0000 (16:44 -0500)
committerMichael Poole <redacted>
Sat, 6 Mar 2021 22:16:01 +0000 (17:16 -0500)
commit268a0cf7c100f0dfad50fdb2753ff27abf3a4464
tree8188c26d759d66336578ffafd04dce6476f4bad2
parentb42468708f16eac8283d63fd09f3b855e9a7d3be
Replace sar with evdns calls

libevent2 adds the missing features we wanted from sar, so only use it.

For some reason, doing this made the standard library more picky about
which extensions it defined, so update configure.ac, compat.h and main.c
to handle those changes.
13 files changed:
README
configure.ac
src/Makefile.frag
src/common.h
src/compat.h
src/config.c
src/config.h
src/main.c
src/sar.c [deleted file]
src/sar.h [deleted file]
tests/Makefile.frag
tests/iauthd-c.conf
tests/test_sar.c [deleted file]