opnsense-ports/net/tinyldap/files/patch-ldif.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
280 B
C

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