diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 173449c1..de5215a9 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -222,6 +222,9 @@ int main(int argc, char **argv) #ifdef INET6_ENABLE printf("+INET6"); #endif /* INET6_ENABLE */ +#ifdef HAVE_PKG_hesiod + printf("+HESIOD"); +#endif #ifdef NET_SECURITY printf("+NETSEC"); #endif /* NET_SECURITY */ |