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

This commit is contained in:
nekral-guest
2007-10-07 11:44:51 +00:00
parent 8fee8c57ae
commit 3bc4996775
260 changed files with 36835 additions and 18839 deletions

View File

@ -1,4 +1,4 @@
/* $Id: defines.h,v 1.17 2000/09/02 18:40:43 marekm Exp $ */
/* $Id: defines.h,v 1.18 2001/06/28 20:47:05 kloczek Exp $ */
/* some useful defines */
#ifndef _DEFINES_H_
@ -339,10 +339,4 @@ extern char *strerror();
#define SHADOW_PASSWD_STRING "x"
#endif
#ifdef PAM_STRERROR_NEEDS_TWO_ARGS /* Linux-PAM 0.59+ */
#define PAM_STRERROR(pamh, err) pam_strerror(pamh, err)
#else
#define PAM_STRERROR(pamh, err) pam_strerror(err)
#endif
#endif /* _DEFINES_H_ */