X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fconfig.h;h=f33881c446e1643e50216deb48ceb003ab106a51;hb=268f71cb276315f18fc8a5df7ce17fa2045f963b;hp=ce7c953b8d0bf93963d8f1fe41e89b2d88cd9536;hpb=f5100665e34b18817e545063b7ca49f79a15b6d6;p=openldap diff --git a/servers/slapd/config.h b/servers/slapd/config.h index ce7c953b8d..f33881c446 100644 --- a/servers/slapd/config.h +++ b/servers/slapd/config.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2015 The OpenLDAP Foundation. + * Copyright 1998-2017 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -60,6 +60,7 @@ typedef enum { #define ARG_UINT 0x00008000 #define ARG_ATDESC 0x00009000 #define ARG_ULONG 0x0000a000 +#define ARG_BINARY 0x0000b000 #define ARGS_SYNTAX 0xffff0000 #define ARG_IGNORED 0x00080000 @@ -134,6 +135,7 @@ typedef struct config_args_s { char *tline; const char *fname; int lineno; + int linelen; char log[MAXPATHLEN + STRLENOF(": line ") + LDAP_PVT_INTTYPE_CHARS(unsigned long)]; #define cr_msg reply.msg ConfigReply reply;