summaryrefslogtreecommitdiff
path: root/server/ldap-schema.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-26 22:36:28 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-11-26 22:36:28 +0000
commit7f989d4eb1b40593348d95510d12dd0015d66356 (patch)
treea602b45f928261e6e995d986f0bc301c9d8e9493 /server/ldap-schema.c
parent16be7ee5d30c8bce08f32563c4fa846a6928aed4 (diff)
clean up header files
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@125 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'server/ldap-schema.c')
-rw-r--r--server/ldap-schema.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/ldap-schema.c b/server/ldap-schema.c
index 3c91ab1..d7fb6a1 100644
--- a/server/ldap-schema.c
+++ b/server/ldap-schema.c
@@ -47,6 +47,9 @@
#include "ldap-schema.h"
#include "util.h"
+/* max number of attributes per object class */
+#define ATTRTAB_SIZE 15
+
/**
* declare filters formerly declared in ldap-*.h
*/