Don't require slapi to be in the path - always include slapi/slapi.h

This commit is contained in:
Luke Howard 2003-12-28 04:17:48 +00:00
parent b0416d1140
commit 0549d46adf
17 changed files with 19 additions and 19 deletions

View file

@ -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 */

View file

@ -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 */

View file

@ -40,7 +40,7 @@
#include "ldap_rq.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif
/*

View file

@ -34,7 +34,7 @@
#include "ldap_pvt.h"
#include "slap.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif

View file

@ -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(

View file

@ -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"

View file

@ -39,7 +39,7 @@
#include "slap.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif
/* protected by connections_mutex */

View file

@ -36,7 +36,7 @@
#include "lutil.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif
int

View file

@ -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"

View file

@ -35,7 +35,7 @@
#include "slap.h"
#include "lber_pvt.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif
/*

View file

@ -41,7 +41,7 @@
#include "ldif.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif
#ifdef LDAP_SIGCHLD

View file

@ -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"

View file

@ -41,7 +41,7 @@
#include "ldap_pvt.h"
#include "slap.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif
int

View file

@ -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;

View file

@ -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 )

View file

@ -25,7 +25,7 @@
#include "lber_pvt.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi/slapi.h"
#endif
static struct berval supportedFeatures[] = {

View file

@ -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 );