diff options
author | Werner Koch <[email protected]> | 2010-07-26 14:01:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-07-26 14:01:32 +0000 |
commit | ca279dc707df0cdca43271ba02133327a138f625 (patch) | |
tree | 53cb5c3a804bb9c8ddffdc0a2bb0e3ecd8f22b40 /dirmngr/ldap-wrapper.c | |
parent | Add new set_binary feature to estream (diff) | |
download | gnupg-ca279dc707df0cdca43271ba02133327a138f625.tar.gz gnupg-ca279dc707df0cdca43271ba02133327a138f625.zip |
Some work on the dirmngr
Diffstat (limited to 'dirmngr/ldap-wrapper.c')
-rw-r--r-- | dirmngr/ldap-wrapper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dirmngr/ldap-wrapper.c b/dirmngr/ldap-wrapper.c index 8d03ca756..9db8a9fbe 100644 --- a/dirmngr/ldap-wrapper.c +++ b/dirmngr/ldap-wrapper.c @@ -69,6 +69,9 @@ #define pth_close(fd) close(fd) #endif +#ifndef USE_LDAPWRAPPER +# error This module is not expected to be build. +#endif /* In case sysconf does not return a value we need to have a limit. */ #ifdef _POSIX_OPEN_MAX |