mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
Clean up some #ifdefs
This commit is contained in:
parent
7522d3fcab
commit
24ea49810f
1 changed files with 5 additions and 4 deletions
|
|
@ -52,15 +52,16 @@ LDAP_BEGIN_DECL
|
|||
*/
|
||||
#define SLAP_MOD_SOFTADD 0x1000
|
||||
|
||||
#define ON 1
|
||||
#define ON (1)
|
||||
#define OFF (-1)
|
||||
#define UNDEFINED 0
|
||||
#define UNDEFINED (0)
|
||||
|
||||
#define MAXREMATCHES 10
|
||||
#define MAXREMATCHES (10)
|
||||
|
||||
#define SLAP_MAX_INCOMING (1<<18 - 1)
|
||||
#define SLAP_MAX_WORKER_THREADS 32
|
||||
#define SLAP_MAX_WORKER_THREADS (32)
|
||||
|
||||
#define SLAP_TEXT_LEN (256)
|
||||
|
||||
/* psuedo error code indicating abandoned operation */
|
||||
#define SLAPD_ABANDON (-1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue