1
0
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:
Sadie Powell
2022-01-03 15:36:59 +00:00
4 changed files with 26 additions and 11 deletions
+7 -2
View File
@@ -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;