X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/03fe41ba1d68108808c966c6d7ff74bd8c1d648c..7ba29497ff3f164e2a507eda35e81f1cb0658c74:/uip/inc.c diff --git a/uip/inc.c b/uip/inc.c index 1dcba6a5..9310ae1a 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 {