summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/src/tryldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sqmail-4.3.07/src/tryldap.c')
-rw-r--r--sqmail-4.3.07/src/tryldap.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/tryldap.c b/sqmail-4.3.07/src/tryldap.c
new file mode 100644
index 0000000..715a7ba
--- /dev/null
+++ b/sqmail-4.3.07/src/tryldap.c
@@ -0,0 +1,7 @@
+#include <unistd.h>
+#include <ldap.h>
+
+int main()
+{
+ ;
+}