Commit 92cb638f 92cb638f73e6bda825865f1382e87e17013c5173 by Sergey Poznyakoff

Removed superfluous definition of _PATH_MAILDIR.

1 parent d5a0d843
......@@ -82,10 +82,6 @@
#include <mailutils/stream.h>
#include <mailutils/mutil.h>
#ifndef _PATH_MAILDIR
# define _PATH_MAILDIR "/usr/spool/mail"
#endif
#ifdef __cplusplus
extern "C" {
#endif
......
......@@ -122,15 +122,6 @@
#include <db.h>
#endif
/* The path to the mail spool files */
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif
#ifndef _PATH_MAILDIR
# define _PATH_MAILDIR "/usr/spool/mail"
#endif
#ifdef HAVE_SECURITY_PAM_APPL_H
#include <security/pam_appl.h>
#endif
......