mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (dtucker) [defines.h] Fix undef of _PATH_MAILDIR. From rak at debian via
OpenSMTPD and chl@
This commit is contained in:
parent
f9696566fb
commit
af665bb7b0
@ -1,3 +1,7 @@
|
|||||||
|
20140616
|
||||||
|
- (dtucker) [defines.h] Fix undef of _PATH_MAILDIR. From rak at debian via
|
||||||
|
OpenSMTPD and chl@
|
||||||
|
|
||||||
20140612
|
20140612
|
||||||
- (dtucker) [configure.ac] Remove tcpwrappers support, support has already
|
- (dtucker) [configure.ac] Remove tcpwrappers support, support has already
|
||||||
been removed from sshd.c.
|
been removed from sshd.c.
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#ifndef _DEFINES_H
|
#ifndef _DEFINES_H
|
||||||
#define _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 */
|
/* Constants */
|
||||||
@ -405,7 +405,7 @@ struct winsize {
|
|||||||
|
|
||||||
/* user may have set a different path */
|
/* user may have set a different path */
|
||||||
#if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
|
#if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
|
||||||
# undef _PATH_MAILDIR MAILDIR
|
# undef _PATH_MAILDIR
|
||||||
#endif /* defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
|
#endif /* defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
|
||||||
|
|
||||||
#ifdef MAIL_DIRECTORY
|
#ifdef MAIL_DIRECTORY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user