Mercurial > hg > xemacs-beta
comparison modules/ldap/eldap.h @ 4027:c56a675b3b05
[xemacs-hg @ 2007-06-22 16:58:36 by stephent]
Declare use of deprecated LDAP interface.
author | stephent |
---|---|
date | Fri, 22 Jun 2007 16:58:38 +0000 |
parents | b7f26b2f78bd |
children | e0db3c197671 |
comparison
equal
deleted
inserted
replaced
4026:4d60c2708e5d | 4027:c56a675b3b05 |
---|---|
20 | 20 |
21 #ifndef INCLUDED_eldap_h_ | 21 #ifndef INCLUDED_eldap_h_ |
22 #define INCLUDED_eldap_h_ | 22 #define INCLUDED_eldap_h_ |
23 | 23 |
24 #include <lber.h> | 24 #include <lber.h> |
25 /* #### NEEDS REWRITE! | |
26 Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch: | |
27 <871wgnqunm.fsf@spencer.lidell.homelinux.net> | |
28 "See http://www.openldap.org/faq/data/cache/1278.html. | |
29 Temporary workaround would be use the deprecated interface. Long term | |
30 solution is a rewrite." */ | |
31 #define LDAP_DEPRECATED 1 | |
25 #include <ldap.h> | 32 #include <ldap.h> |
26 | 33 |
27 /* | 34 /* |
28 * The following structure records pertinent information about a | 35 * The following structure records pertinent information about a |
29 * LDAP connection. | 36 * LDAP connection. |