opnsense-ports/net/tinyldap/files/patch-ldif.h
Franco Fichtner db6c9e3f2a */*: sync with upstream
Taken from: FreeBSD
2017-03-20 13:26:25 +01:00

12 lines
232 B
C

--- 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;