mirror of
https://github.com/anope/anope.git
synced 2026-07-10 06:43:14 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -9,13 +9,18 @@
|
||||
* Based on the original code of Services by Andy Church.
|
||||
*/
|
||||
|
||||
/* RequiredLibraries: ldap_r,lber */
|
||||
/* RequiredWindowsLibraries: libldap_r,liblber */
|
||||
/* RequiredLibraries: ldap_r|ldap,lber */
|
||||
/* RequiredWindowsLibraries: libldap_r|libldap,liblber */
|
||||
|
||||
#include "module.h"
|
||||
#include "modules/ldap.h"
|
||||
#include <ldap.h>
|
||||
|
||||
#if defined LDAP_API_FEATURE_X_OPENLDAP_REENTRANT && !LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
|
||||
# error Anope requires OpenLDAP to be built as reentrant.
|
||||
#endif
|
||||
|
||||
|
||||
class LDAPService;
|
||||
static Pipe *me;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user