]> Pileus Git - ~andy/fetchmail/commitdiff
Add -DNS to version #ifndef HAVE_RES_SEARCH.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 25 May 2009 09:53:40 +0000 (09:53 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 25 May 2009 09:53:40 +0000 (09:53 -0000)
svn path=/branches/BRANCH_6-3/; revision=5325

fetchmail.c

index 264b7e39f98c148e204746540a1129ae5c3dbd7f..95168af4a8f33e71ea731a76840e0a833b5438f4 100644 (file)
@@ -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);