Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
0549d46a
Commit
0549d46a
authored
Dec 28, 2003
by
Luke Howard
Browse files
Don't require slapi to be in the path - always include slapi/slapi.h
parent
b0416d11
Changes
17
Hide whitespace changes
Inline
Side-by-side
servers/slapd/acl.c
View file @
0549d46a
...
...
@@ -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 */
...
...
servers/slapd/add.c
View file @
0549d46a
...
...
@@ -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 */
...
...
servers/slapd/backend.c
View file @
0549d46a
...
...
@@ -40,7 +40,7 @@
#include "ldap_rq.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
/*
...
...
servers/slapd/bind.c
View file @
0549d46a
...
...
@@ -34,7 +34,7 @@
#include "ldap_pvt.h"
#include "slap.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
...
...
servers/slapd/compare.c
View file @
0549d46a
...
...
@@ -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
(
...
...
servers/slapd/config.c
View file @
0549d46a
...
...
@@ -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"
...
...
servers/slapd/connection.c
View file @
0549d46a
...
...
@@ -39,7 +39,7 @@
#include "slap.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
/* protected by connections_mutex */
...
...
servers/slapd/delete.c
View file @
0549d46a
...
...
@@ -36,7 +36,7 @@
#include "lutil.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
int
...
...
servers/slapd/extended.c
View file @
0549d46a
...
...
@@ -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"
...
...
servers/slapd/init.c
View file @
0549d46a
...
...
@@ -35,7 +35,7 @@
#include "slap.h"
#include "lber_pvt.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
/*
...
...
servers/slapd/main.c
View file @
0549d46a
...
...
@@ -41,7 +41,7 @@
#include "ldif.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
#ifdef LDAP_SIGCHLD
...
...
servers/slapd/modify.c
View file @
0549d46a
...
...
@@ -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"
...
...
servers/slapd/modrdn.c
View file @
0549d46a
...
...
@@ -41,7 +41,7 @@
#include "ldap_pvt.h"
#include "slap.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
int
...
...
servers/slapd/operation.c
View file @
0549d46a
...
...
@@ -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
;
...
...
servers/slapd/result.c
View file @
0549d46a
...
...
@@ -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
)
...
...
servers/slapd/root_dse.c
View file @
0549d46a
...
...
@@ -25,7 +25,7 @@
#include "lber_pvt.h"
#ifdef LDAP_SLAPI
#include "slapi.h"
#include "slapi
/slapi
.h"
#endif
static
struct
berval
supportedFeatures
[]
=
{
...
...
servers/slapd/search.c
View file @
0549d46a
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment