X-Git-Url: https://git.sur5r.net/?p=openldap;a=blobdiff_plain;f=include%2Flber_pvt.h;h=3767fa22dc9b4546fa1423519ce0990f5e4cbe3d;hp=fff5e85ffe99df2b7da9364f356af2a8b85c023d;hb=HEAD;hpb=603a92b5eb6df4654992e114c0fd11a541a7f7e4 diff --git a/include/lber_pvt.h b/include/lber_pvt.h index fff5e85ffe..3767fa22dc 100644 --- a/include/lber_pvt.h +++ b/include/lber_pvt.h @@ -201,6 +201,10 @@ ber_bvarray_dup_x LDAP_P(( BerVarray *dst, BerVarray src, void *ctx )); (dst)->bv_val = (bv)->bv_val; \ } while (0) +#ifndef STRLENOF +#define STRLENOF(s) (sizeof(s)-1) +#endif + #define BER_BVC(s) { STRLENOF(s), (char *)(s) } #define BER_BVNULL { 0L, NULL } #define BER_BVZERO(bv) \