#ifndef __LIBLDAP_INCLUDED #define __LIBLDAP_INCLUDED /******************************************************************************* * * LIBLDAP.H * * This file should be included into any program which is to use the University * of Michigan LDAPv2 client library. * *******************************************************************************/ /* * The following #defines were used to build the client library. */ #define __STDC__ #define LDAP_DEBUG #define CLDAP #define LDAP_REFERRALS #define STR_TRANSLATION #define LDAP_CHARSET_8859=88591 /* * These files contain definitions commonly used by LDAP programs. */ #include #include /******************************************************************************/ #endif