mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 07:12:56 -05:00
Clean up header inclusion
This commit is contained in:
parent
a7bc8a4c5b
commit
7f91ee936f
1 changed files with 9 additions and 7 deletions
|
|
@ -39,17 +39,19 @@
|
|||
#include <ac/param.h>
|
||||
|
||||
#ifdef SLAPD_CRYPT
|
||||
#include <ac/crypt.h>
|
||||
#endif
|
||||
# include <ac/crypt.h>
|
||||
|
||||
#ifdef HAVE_SHADOW_H
|
||||
# if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD )
|
||||
# ifdef HAVE_SHADOW_H
|
||||
# include <shadow.h>
|
||||
#endif
|
||||
#ifdef HAVE_PWD_H
|
||||
# endif
|
||||
# ifdef HAVE_PWD_H
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
#ifdef HAVE_AIX_SECURITY
|
||||
# endif
|
||||
# ifdef HAVE_AIX_SECURITY
|
||||
# include <userpw.h>
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <lber.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue