mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
* gpgkeys_ldap.c: Include lber.h if configure determines we need it.
This commit is contained in:
parent
4f347281a9
commit
dee66f5cc9
@ -1,5 +1,8 @@
|
|||||||
2005-03-16 David Shaw <dshaw@jabberwocky.com>
|
2005-03-16 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_ldap.c: Include lber.h if configure determines we need
|
||||||
|
it.
|
||||||
|
|
||||||
* ksutil.h, ksutil.c (ks_action_to_string): New.
|
* ksutil.h, ksutil.c (ks_action_to_string): New.
|
||||||
(free_ks_options): Only free if options exist.
|
(free_ks_options): Only free if options exist.
|
||||||
|
|
||||||
|
@ -33,6 +33,9 @@
|
|||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <winldap.h>
|
#include <winldap.h>
|
||||||
#else
|
#else
|
||||||
|
#ifdef NEED_LBER_H
|
||||||
|
#include <lber.h>
|
||||||
|
#endif
|
||||||
#include <ldap.h>
|
#include <ldap.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user