- (dtucker) [defines.h] Fix undef of _PATH_MAILDIR. From rak at debian via

OpenSMTPD and chl@
This commit is contained in:
Darren Tucker 2014-06-16 22:50:55 +10:00
parent f9696566fb
commit af665bb7b0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20140616
- (dtucker) [defines.h] Fix undef of _PATH_MAILDIR. From rak at debian via
OpenSMTPD and chl@
20140612
- (dtucker) [configure.ac] Remove tcpwrappers support, support has already
been removed from sshd.c.

View File

@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
/* $Id: defines.h,v 1.181 2014/06/11 19:22:50 dtucker Exp $ */
/* $Id: defines.h,v 1.182 2014/06/16 12:50:56 dtucker Exp $ */
/* Constants */
@ -405,7 +405,7 @@ struct winsize {
/* user may have set a different path */
#if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
# undef _PATH_MAILDIR MAILDIR
# undef _PATH_MAILDIR
#endif /* defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
#ifdef MAIL_DIRECTORY