From b1000cb703b852ea6c7493d9d8d24780e4a3b157 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 28 Oct 1996 03:49:39 +0000 Subject: Cleanup for PL3. svn path=/trunk/; revision=402 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 352676fd..b03899d0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -100,6 +100,8 @@ struct query #endif /* HAVE_GETHOSTBYNAME */ }; +#define MULTIDROP(ctl) ((ctl)->localnames && (ctl)->localnames->next) + struct method { char *name; /* protocol name */ -- cgit v1.2.3