aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-02-07 17:03:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-02-07 17:03:07 +0000
commit737b89c60586b61a6fd0fda5f0de05bc6ba3bf6a (patch)
treec9e1fe80c2b2ef1a484277f96bf80b17296d45ae /fetchmail.h
parent0f91f0a71f073b5689ace6504cc62162e234ac79 (diff)
downloadfetchmail-737b89c60586b61a6fd0fda5f0de05bc6ba3bf6a.tar.gz
fetchmail-737b89c60586b61a6fd0fda5f0de05bc6ba3bf6a.tar.bz2
fetchmail-737b89c60586b61a6fd0fda5f0de05bc6ba3bf6a.zip
FreeBSD support.
svn path=/trunk/; revision=2376
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index fa8a0e9e..e0e53933 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -195,7 +195,7 @@ struct hostdata /* shared among all user connections to given server */
flag checkalias; /* resolve aliases by comparing IPs? */
-#ifdef linux
+#if defined(linux) || defined(__FreeBSD__)
char *interface;
char *monitor;
int monitor_io;