comparison src/auth/db-ldap.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 668a768fc8fd
children ae0556fb268d
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
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 4 /* Functions like ldap_bind() have been deprecated in OpenLDAP 2.3
5 This define enables them until the code here can be refactored */ 5 This define enables them until the code here can be refactored */
6 #define LDAP_DEPRECATED 1 6 #define LDAP_DEPRECATED 1
7 7