From ccfc243c90cf5b35d7c08815affb6b6a278a9ee0 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 25 May 2009 09:53:40 +0000 Subject: Add -DNS to version #ifndef HAVE_RES_SEARCH. svn path=/branches/BRANCH_6-3/; revision=5325 --- fetchmail.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fetchmail.c b/fetchmail.c index 264b7e39..95168af4 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -276,6 +276,9 @@ int main(int argc, char **argv) #ifdef KERBEROS_V5 "+KRB5" #endif /* KERBEROS_V5 */ +#ifndef HAVE_RES_SEARCH + "-DNS" +#endif ".\n"; printf(GT_("This is fetchmail release %s"), VERSION); fputs(features, stdout); -- cgit v1.2.3