aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-06-20 12:27:57 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-06-20 12:27:57 +0000
commit2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599 (patch)
tree363fa12bf304d7384295c18b6134f15a8650134d /fetchmail.c
parent8bfa1889ebdbff232d567a761ea1ec8d32c18e52 (diff)
downloadfetchmail-2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599.tar.gz
fetchmail-2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599.tar.bz2
fetchmail-2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599.zip
Fix HESIOD compile failure on FreeBSD 5-CURRENT,
adding a new macro that is based on ac_caolan_search_package from the autoconf macro archive. Mention +HESIOD in fetchmail -V if compiled in. svn path=/trunk/; revision=3912
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c3
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 */