> What does "-DLDAP_DEPRECATED" signify?

It sets a define (LDAP_DEPRECATED) which in turn pulls in certain
function prototypes from the include files which have been deprecated
(e.g. ldap_sasl_bind() should be used i/o ldap_bind()) 

In other words, people shouldn't be using these routines in their code,
as they might/will someday go away. :)

        -JP

_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to