mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
13 lines
232 B
C
13 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;
|