mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
<limits.h> cleanup && ITS#3643
This commit is contained in:
parent
3ead9d3140
commit
3e800f20bd
8 changed files with 24 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,9 @@
|
|||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include <ac/stdlib.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue