mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Don't require slapi to be in the path - always include slapi/slapi.h
This commit is contained in:
parent
b0416d1140
commit
0549d46adf
17 changed files with 19 additions and 19 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include "lber_pvt.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif /* LDAPI_SLAPI */
|
||||
|
||||
#define ACL_BUF_SIZE 1024 /* use most appropriate size */
|
||||
|
|
|
|||
|
|
@ -34,9 +34,9 @@
|
|||
#include "slap.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
static void init_add_pblock( Operation *op,
|
||||
struct berval *dn, Entry *e, int manageDSAit );
|
||||
#include "slapi/slapi.h"
|
||||
|
||||
static void init_add_pblock( Operation *op, struct berval *dn, Entry *e, int manageDSAit );
|
||||
static int call_add_preop_plugins( Operation *op );
|
||||
static void call_add_postop_plugins( Operation *op );
|
||||
#endif /* LDAP_SLAPI */
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include "ldap_rq.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
static int compare_entry(
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
#include "lutil.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "slap.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
/* protected by connections_mutex */
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include "lutil.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include "lber_pvt.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
#define UNSUPPORTED_EXTENDEDOP "unsupported extended operation"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "slap.h"
|
||||
#include "lber_pvt.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#include "ldif.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
#ifdef LDAP_SIGCHLD
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
#include "lutil.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "slap.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
static ldap_pvt_thread_mutex_t slap_op_mutex;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include "slap.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
int slap_null_cb( Operation *op, SlapReply *rs )
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#include "lber_pvt.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
#endif
|
||||
|
||||
static struct berval supportedFeatures[] = {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "slap.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
#include "slapi.h"
|
||||
#include "slapi/slapi.h"
|
||||
|
||||
static char **anlist2charray( Operation *op, AttributeName *an );
|
||||
static void init_search_pblock( Operation *op, char **attrs, int managedsait );
|
||||
|
|
|
|||
Loading…
Reference in a new issue