solanum/authd
Simon Arlott 3f6cbacc41
authd: fix link failure in random_socket
The random_socket function isn't used, and the code can only be
compiled if the function is optimised away (because it's static
and unused) otherwise it will fail to link when "ipv4_addr" and
"ipv6_addr" are not found.

Fix this by modifying ipv4_addr and ipv6_addr so that they're not
external variables.
2016-02-10 21:29:41 +00:00
..
authd.c authd: implement DNS module 2016-01-06 03:52:37 -06:00
authd.h authd: implement DNS module 2016-01-06 03:52:37 -06:00
dns.c authd: do not use \n with rb_helper_write(), unnecessary 2016-01-08 05:44:41 -06:00
dns.h authd: implement DNS module 2016-01-06 03:52:37 -06:00
Makefile.am authd: implement DNS module 2016-01-06 03:52:37 -06:00
Makefile.in Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
res.c authd: fix link failure in random_socket 2016-02-10 21:29:41 +00:00
res.h authd: import stripped down charybdis resolver 2016-01-06 02:47:22 -06:00
reslib.c authd: import stripped down charybdis resolver 2016-01-06 02:47:22 -06:00
reslib.h authd: import stripped down charybdis resolver 2016-01-06 02:47:22 -06:00