Patrick Monnerat modified the LDAP code and approach in curl. Starting now,

the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.
This commit is contained in:
Daniel Stenberg
2007-08-11 20:57:54 +00:00
parent b238e0b1b4
commit d0edb47896
19 changed files with 133 additions and 410 deletions

View File

@@ -130,7 +130,7 @@ void idn_free (void *ptr); /* prototype from idn-free.h, not provided by
#include "tftp.h"
#include "http.h"
#include "file.h"
#include "ldap.h"
#include "curl_ldap.h"
#include "ssh.h"
#include "url.h"
#include "connect.h"