summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-ldif.h
blob: 22f4dcf3a6e00f6c468c72b608880f862d401bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ldif.h.orig	2008-04-25 13:09:34.000000000 +0200
+++ ldif.h	2008-04-25 21:36:30.000000000 +0200
@@ -4,7 +4,9 @@
 #include <ldap.h>
 
 /* how many attributes do we allow per record? */
+#ifndef ATTRIBS
 #define ATTRIBS 100
+#endif
 
 struct attribute {
   uint32_t name, value;