src/server/daemon/ldap_auth.h

changeset 162
b169992137a8
parent 161
aadda87bad1b
child 256
19259b6c5cf7
equal deleted inserted replaced
161:aadda87bad1b 162:b169992137a8
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"
33 #include "../public/auth.h" 32 #include "../public/auth.h"
34 #include <sys/types.h> 33 #include <sys/types.h>
34 #include <ldap.h>
35 #include <ucx/map.h> 35 #include <ucx/map.h>
36
37 #ifdef XP_UNIX
38 #include <ldap.h>
39 #endif
40 #ifdef XP_WIN32
41 #include <Winldap.h>
42 #endif
43 36
44 #ifdef __cplusplus 37 #ifdef __cplusplus
45 extern "C" { 38 extern "C" {
46 #endif 39 #endif
47 40

mercurial