1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 05:00:30 -04:00
ports/net/tinyldap/files/patch-ldif.h

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