X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finc.c;h=9310ae1a84a4588f764a6b6c5d345a0cc91508dd;hb=f77270883363b2407ba4588e20ab697535d45c50;hp=1dcba6a57cdbd642e8eb9bf2ce28d7203ab411e8;hpb=a395a8839181b9895fdd0cafdb40be35675ced48;p=mmh diff --git a/uip/inc.c b/uip/inc.c index 1dcba6a..9310ae1 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -109,7 +109,9 @@ static struct swit switches[] = { * flags for the mail source */ #define INC_FILE 0 -#define INC_POP 1 +#ifdef POP +# define INC_POP 1 +#endif /* POP */ static int inc_type; static struct Maildir_entry {