From: Joey Schulze Date: Sun, 20 May 2007 10:54:15 +0000 (+0000) Subject: paths.h may not be available elsewhere X-Git-Tag: upstream_newmail_0-5~14 X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fnewmail;a=commitdiff_plain;h=60a9e40b815aca027e28ed7a7d060451445f5e00 paths.h may not be available elsewhere --- diff --git a/folder.c b/folder.c index 1c63872..9ebceab 100644 --- a/folder.c +++ b/folder.c @@ -25,7 +25,11 @@ #include #include #include +#ifdef linux #include +#else +#define _PATH_MAILDIR "/var/spool/mail" +#endif #include "mbox.h" #include "optdefs.h"