aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ldap-wrapper.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-07-26 14:01:32 +0000
committerWerner Koch <[email protected]>2010-07-26 14:01:32 +0000
commitca279dc707df0cdca43271ba02133327a138f625 (patch)
tree53cb5c3a804bb9c8ddffdc0a2bb0e3ecd8f22b40 /dirmngr/ldap-wrapper.c
parentAdd new set_binary feature to estream (diff)
downloadgnupg-ca279dc707df0cdca43271ba02133327a138f625.tar.gz
gnupg-ca279dc707df0cdca43271ba02133327a138f625.zip
Some work on the dirmngr
Diffstat (limited to 'dirmngr/ldap-wrapper.c')
-rw-r--r--dirmngr/ldap-wrapper.c3
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