diff options
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 3 insertions, 0 deletions
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); |