openldap/doc/man/man3/Deprecated

8 lines
442 B
Text
Raw Normal View History

2006-06-13 19:07:28 -04:00
Deprecated interfaces generally remain in the library. The macro
LDAP_DEPRECATED can be defined to a non-zero value
(e.g., -DLDAP_DEPRECATED=1) when compiling program designed to use
2007-08-06 13:15:25 -04:00
deprecated interfaces. It is recommended that developers writing new
2006-06-13 19:07:28 -04:00
programs, or updating old programs, avoid use of deprecated interfaces.
Over time, it is expected that documentation (and, eventually, support) for
deprecated interfaces to be eliminated.