diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | driver.c | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -3,6 +3,7 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) * Fix configuration error in handling of long options. +* Thomas Moestl's patch to use querynames in UID files. fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines: @@ -32,10 +32,10 @@ #include <hesiod.h> #endif -#ifdef HAVE_RES_SEARCH +#if defined(HAVE_RES_SEARCH) || defined(HAVE_GETHOSTBYNAME) #include <netdb.h> #include "mx.h" -#endif /* HAVE_RES_SEARCH */ +#endif /* defined(HAVE_RES_SEARCH) || defined(HAVE_GETHOSTBYNAME) */ #include "kerberos.h" #ifdef KERBEROS_V4 |