src/server/daemon/ldap_auth.h

changeset 161
aadda87bad1b
parent 97
09fbefc0e6a9
child 162
b169992137a8
equal deleted inserted replaced
160:389bd0e1ffa9 161:aadda87bad1b
27 */ 27 */
28 28
29 #ifndef LDAP_AUTH_H 29 #ifndef LDAP_AUTH_H
30 #define LDAP_AUTH_H 30 #define LDAP_AUTH_H
31 31
32 #include "../public/nsapi.h"
32 #include "../public/auth.h" 33 #include "../public/auth.h"
33 #include <sys/types.h> 34 #include <sys/types.h>
35 #include <ucx/map.h>
36
37 #ifdef XP_UNIX
34 #include <ldap.h> 38 #include <ldap.h>
35 #include <ucx/map.h> 39 #endif
40 #ifdef XP_WIN32
41 #include <Winldap.h>
42 #endif
36 43
37 #ifdef __cplusplus 44 #ifdef __cplusplus
38 extern "C" { 45 extern "C" {
39 #endif 46 #endif
40 47

mercurial