From: Marko Kreen Date: Thu, 30 Sep 2010 04:28:18 +0000 (-0700) Subject: Don't disable getaddrinfo_a()... X-Git-Tag: pgbouncer_1_4_rc3~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81707188ec16e5a5fcd3abc1bbf5496647545cce;p=pgbouncer Don't disable getaddrinfo_a()... --- diff --git a/src/dnslookup.c b/src/dnslookup.c index 3ab9bb5..a52ad61 100644 --- a/src/dnslookup.c +++ b/src/dnslookup.c @@ -24,8 +24,6 @@ * libevent2 - does not return TTL, uses hosts file. */ -#undef HAVE_GETADDRINFO_A - #ifdef HAVE_GETADDRINFO_A /* getaddrinfo_a */