From 737b89c60586b61a6fd0fda5f0de05bc6ba3bf6a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 7 Feb 1999 17:03:07 +0000 Subject: FreeBSD support. svn path=/trunk/; revision=2376 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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; -- cgit v1.2.3