1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/tinyldap/files/patch-ldif.h

13 lines
253 B
C

--- ldif.h.orig Mon Jul 8 22:57:42 2002
+++ ldif.h Mon Mar 1 12:19:54 2004
@@ -2,7 +2,9 @@
#include <ldap.h>
/* how many attributes do we allow per record? */
+#ifndef ATTRIBS
#define ATTRIBS 32
+#endif
struct attribute {
long name, value;