Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
92cb638f
...
92cb638f73e6bda825865f1382e87e17013c5173
authored
2002-01-21 06:25:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed superfluous definition of _PATH_MAILDIR.
1 parent
d5a0d843
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
imap4d/imap4d.h
pop3d/pop3d.h
imap4d/imap4d.h
View file @
92cb638
...
...
@@ -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
...
...
pop3d/pop3d.h
View file @
92cb638
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment