<limits.h> cleanup && ITS#3643

This commit is contained in:
Kurt Zeilenga 2005-04-10 19:32:14 +00:00
parent 3ead9d3140
commit 3e800f20bd
8 changed files with 24 additions and 4 deletions

View file

@ -448,6 +448,11 @@ The optional parameters
and
.B <attrname>
define the objectClass and the member attributeType of the group entry.
The defaults are
.B groupOfNames
and
.BR member ,
respectively.
The optional style qualifier
.B <style>
can be

View file

@ -25,6 +25,10 @@
#include <ac/ctype.h>
#include <ac/unistd.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include "ldap-int.h"
#ifdef HAVE_CYRUS_SASL

View file

@ -23,7 +23,9 @@
#include <ac/ctype.h>
#include <ac/time.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include "ldap-int.h"
#include "ldap_defaults.h"

View file

@ -19,7 +19,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/stdlib.h>

View file

@ -26,7 +26,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/socket.h>
#include <ac/errno.h>

View file

@ -16,6 +16,10 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/stdlib.h>
#include <ac/string.h>
@ -24,8 +28,6 @@
#include "slap.h"
#include <limits.h>
#ifdef HAVE_CYRUS_SASL
# ifdef HAVE_SASL_SASL_H
# include <sasl/sasl.h>

View file

@ -17,6 +17,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/stdlib.h>
#include <ac/string.h>
@ -24,8 +27,6 @@
#include "slap.h"
#include <limits.h>
#include "lutil.h"
#define SASLREGEX_REPLACE 10

View file

@ -17,7 +17,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/ctype.h>
#include <ac/errno.h>