diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -25,7 +25,7 @@ | |||
25 | #ifndef _DEFINES_H | 25 | #ifndef _DEFINES_H |
26 | #define _DEFINES_H | 26 | #define _DEFINES_H |
27 | 27 | ||
28 | /* $Id: defines.h,v 1.144 2007/09/17 15:32:33 tim Exp $ */ | 28 | /* $Id: defines.h,v 1.145 2007/09/26 21:03:20 dtucker Exp $ */ |
29 | 29 | ||
30 | 30 | ||
31 | /* Constants */ | 31 | /* Constants */ |
@@ -540,6 +540,10 @@ struct winsize { | |||
540 | # undef HAVE_UPDWTMPX | 540 | # undef HAVE_UPDWTMPX |
541 | #endif | 541 | #endif |
542 | 542 | ||
543 | #if defined(BROKEN_SHADOW_EXPIRE) && defined(HAS_SHADOW_EXPIRE) | ||
544 | # undef HAS_SHADOW_EXPIRE | ||
545 | #endif | ||
546 | |||
543 | #if defined(HAVE_OPENLOG_R) && defined(SYSLOG_DATA_INIT) && \ | 547 | #if defined(HAVE_OPENLOG_R) && defined(SYSLOG_DATA_INIT) && \ |
544 | defined(SYSLOG_R_SAFE_IN_SIGHAND) | 548 | defined(SYSLOG_R_SAFE_IN_SIGHAND) |
545 | # define DO_LOG_SAFE_IN_SIGHAND | 549 | # define DO_LOG_SAFE_IN_SIGHAND |