Add #include "lutil.h" for lutil_str* functions

This commit is contained in:
Howard Chu 2002-08-06 02:36:34 +00:00
parent 1c69a2ab2b
commit e14f471a27
6 changed files with 6 additions and 5 deletions

View file

@ -17,6 +17,7 @@
#include "slap.h"
#include "lber_pvt.h"
#include "lutil.h"
static void split(char *line, int splitchar, char **left, char **right);
static void access_append(Access **l, Access *a);

View file

@ -44,6 +44,7 @@
#include "slap.h"
#include "back-ldap.h"
#include "lutil.h"
int
ldap_back_db_config(

View file

@ -14,7 +14,7 @@
#include "slap.h"
#include "back-ldap.h"
#include "lutil.h"
/* return 0 IFF op_dn is a value in group_at (member) attribute
* of entry with gr_dn AND that entry has an objectClass

View file

@ -74,6 +74,7 @@
#include "slap.h"
#include "../back-ldap/back-ldap.h"
#include "back-meta.h"
#include "lutil.h"
/* return 0 IFF op_dn is a value in group_at (member) attribute
* of entry with gr_dn AND that entry has an objectClass

View file

@ -18,6 +18,8 @@
#include "slap.h"
#include "lutil.h"
const struct berval slap_empty_bv = { 0, "" };
#define SLAP_LDAPDN_PRETTY 0x1

View file

@ -34,10 +34,6 @@
#include <ldap_pvt.h>
#ifdef SLAPD_SPASSWD
#include <lutil.h>
#endif
/* Flags for telling slap_sasl_getdn() what type of identity is being passed */
#define FLAG_GETDN_AUTHCID 2
#define FLAG_GETDN_AUTHZID 4