summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-ldif.h
blob: f3aa943fc438fa78d8097553f09713bc9f654feb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ldif.h.orig	2017-03-19 11:47:19 UTC
+++ ldif.h
@@ -5,7 +5,9 @@
 #include "ldap.h"
 
 /* how many attributes do we allow per record? */
+#ifndef ATTRIBS
 #define ATTRIBS 100
+#endif
 
 struct attribute {
   uint32_t name, value;