mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
Don't inlcude ldap.h when BUILD_LDAP is disabled
This commit is contained in:
parent
e028749f11
commit
2f9d48a53f
1 changed files with 2 additions and 1 deletions
|
|
@ -21,10 +21,11 @@
|
|||
#include "contact_providers_priv.h"
|
||||
#include <belle-sip/dict.h>
|
||||
|
||||
#ifdef BUILD_LDAP
|
||||
|
||||
#include <ldap.h>
|
||||
#include <sasl/sasl.h>
|
||||
|
||||
#ifdef BUILD_LDAP
|
||||
|
||||
#define MAX_RUNNING_REQUESTS 10
|
||||
#define FILTER_MAX_SIZE 512
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue