From 9328b68b1d74d9c7cd60523b205416c7b84a30a0 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 23 Mar 2004 15:02:08 +0000 Subject: - add patch for configurable number of attributes. --- net/tinyldap/files/patch-ldif.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/tinyldap/files/patch-ldif.h (limited to 'net/tinyldap') diff --git a/net/tinyldap/files/patch-ldif.h b/net/tinyldap/files/patch-ldif.h new file mode 100644 index 000000000000..191873ed6fc8 --- /dev/null +++ b/net/tinyldap/files/patch-ldif.h @@ -0,0 +1,12 @@ +--- ldif.h.orig Mon Jul 8 22:57:42 2002 ++++ ldif.h Mon Mar 1 12:19:54 2004 +@@ -2,7 +2,9 @@ + #include + + /* how many attributes do we allow per record? */ ++#ifndef ATTRIBS + #define ATTRIBS 32 ++#endif + + struct attribute { + long name, value; -- cgit v1.2.3