[svn-upgrade] Integrating new upstream version, shadow (4.0.13)

This commit is contained in:
nekral-guest
2007-10-07 11:47:01 +00:00
parent e89f3546f2
commit 8451bed8b0
279 changed files with 12461 additions and 8086 deletions

View File

@ -1,4 +1,4 @@
/* $Id: defines.h,v 1.27 2005/08/03 18:11:27 kloczek Exp $ */
/* $Id: defines.h,v 1.29 2005/09/05 16:22:03 kloczek Exp $ */
/* some useful defines */
#ifndef _DEFINES_H_
@ -331,4 +331,15 @@ extern char *strerror ();
#define SHADOW_PASSWD_STRING "x"
#endif
#ifdef WITH_AUDIT
#ifdef __u8 /* in case we use pam < 0.80 */
#undef __u8
#endif
#ifdef __u32
#undef __u32
#endif
#include <libaudit.h>
#endif
#endif /* _DEFINES_H_ */