diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-25 09:53:40 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-25 09:53:40 +0000 |
commit | ccfc243c90cf5b35d7c08815affb6b6a278a9ee0 (patch) | |
tree | 6895bc4b33ed49321a6df5b8b19906adc9cf1bcc | |
parent | 8eb98d5966ed47b0b7097089adcb0639a7bccfe4 (diff) | |
download | fetchmail-ccfc243c90cf5b35d7c08815affb6b6a278a9ee0.tar.gz fetchmail-ccfc243c90cf5b35d7c08815affb6b6a278a9ee0.tar.bz2 fetchmail-ccfc243c90cf5b35d7c08815affb6b6a278a9ee0.zip |
Add -DNS to version #ifndef HAVE_RES_SEARCH.
svn path=/branches/BRANCH_6-3/; revision=5325
-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); |