aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-03-23 23:02:08 +0800
committerdinoex <dinoex@FreeBSD.org>2004-03-23 23:02:08 +0800
commitfc65922ed41de953884480a7ea0b7e809edcad2f (patch)
tree5c13e457e9380a9c01d06c8e852c63b70aa2eab9 /net
parent62ff22ff7819325991d8c6b730a3799a013b705d (diff)
downloadfreebsd-ports-gnome-fc65922ed41de953884480a7ea0b7e809edcad2f.tar.gz
freebsd-ports-gnome-fc65922ed41de953884480a7ea0b7e809edcad2f.tar.zst
freebsd-ports-gnome-fc65922ed41de953884480a7ea0b7e809edcad2f.zip
- add patch for configurable number of attributes.
Diffstat (limited to 'net')
-rw-r--r--net/tinyldap/files/patch-ldif.h12
1 files changed, 12 insertions, 0 deletions
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 <ldap.h>
+
+ /* how many attributes do we allow per record? */
++#ifndef ATTRIBS
+ #define ATTRIBS 32
++#endif
+
+ struct attribute {
+ long name, value;