Commit 92cb638f 92cb638f73e6bda825865f1382e87e17013c5173 by Sergey Poznyakoff

Removed superfluous definition of _PATH_MAILDIR.

1 parent d5a0d843
...@@ -82,10 +82,6 @@ ...@@ -82,10 +82,6 @@
82 #include <mailutils/stream.h> 82 #include <mailutils/stream.h>
83 #include <mailutils/mutil.h> 83 #include <mailutils/mutil.h>
84 84
85 #ifndef _PATH_MAILDIR
86 # define _PATH_MAILDIR "/usr/spool/mail"
87 #endif
88
89 #ifdef __cplusplus 85 #ifdef __cplusplus
90 extern "C" { 86 extern "C" {
91 #endif 87 #endif
......
...@@ -122,15 +122,6 @@ ...@@ -122,15 +122,6 @@
122 #include <db.h> 122 #include <db.h>
123 #endif 123 #endif
124 124
125 /* The path to the mail spool files */
126 #ifdef HAVE_PATHS_H
127 #include <paths.h>
128 #endif
129
130 #ifndef _PATH_MAILDIR
131 # define _PATH_MAILDIR "/usr/spool/mail"
132 #endif
133
134 #ifdef HAVE_SECURITY_PAM_APPL_H 125 #ifdef HAVE_SECURITY_PAM_APPL_H
135 #include <security/pam_appl.h> 126 #include <security/pam_appl.h>
136 #endif 127 #endif
......