- configure_args='--disable-evdns --without-cares --without-udns'
- configure_args='--enable-evdns --without-cares --without-udns'
- configure_args='--disable-evdns --with-cares --without-udns --disable-werror'
- - configure_args='--disable-evdns --without-cares --with-udns --disable-werror'
+ - configure_args='--disable-evdns --without-cares --with-udns'
- configure_args='--with-pam'
- configure_args='--with-openssl'
- configure_args='--without-openssl'
}
}
+#if defined(USE_LIBEVENT1) || defined(USE_UDNS)
+
static inline struct addrinfo *convert_ipv4_result(const struct in_addr *adrs, int count)
{
struct addrinfo *ai, *first = NULL, *last = NULL;
return NULL;
}
+#endif /* USE_LIBEVENT1 || USE_UDNS */
+
+#ifdef USE_CARES
+
static inline struct addrinfo *convert_hostent(const struct hostent *h)
{
struct addrinfo *ai, *first = NULL, *last = NULL;
return NULL;
}
+#endif /* USE_CARES */
+
#endif /* custom addrinfo */