summaryrefslogtreecommitdiffstats
path: root/ldapaddressbook/noldapsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldapaddressbook/noldapsearch.c')
-rw-r--r--ldapaddressbook/noldapsearch.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/ldapaddressbook/noldapsearch.c b/ldapaddressbook/noldapsearch.c
new file mode 100644
index 0000000..fa93b7e
--- /dev/null
+++ b/ldapaddressbook/noldapsearch.c
@@ -0,0 +1,16 @@
+/*
+** Copyright 2006, Double Precision Inc.
+**
+** See COPYING for distribution information.
+*/
+
+#include <stdio.h>
+
+/*
+** Stub ldapsearch binary when openldap is not available.
+*/
+
+int main()
+{
+ return (0);
+}