aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
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;