Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162437
Collapse All | Expand All

(-)/tmp/dovecot-1.0.rc29/src/auth/db-ldap.h (+4 lines)
Lines 1-6 Link Here
1
#ifndef __DB_LDAP_H
1
#ifndef __DB_LDAP_H
2
#define __DB_LDAP_H
2
#define __DB_LDAP_H
3
3
4
/* Functions like ldap_bind have been deprecated in openldap 2.3
5
 * This define enables them until the code here can be refactored */
6
#define LDAP_DEPRECATED 1
7
4
#include <ldap.h>
8
#include <ldap.h>
5
9
6
struct auth_request;
10
struct auth_request;

Return to bug 162437