X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=phpstr%2Fphpstr.h;h=5b2ee5664a09c75ee7cec172e5ed5adfc01bdb91;hb=e9a1f5cc8b34c4c3a0ceb55698a1a6aa11cc8c2a;hp=a36f88ac2d25aab2dfaa6bf0c37ed33edd6366f4;hpb=0d925a2820b9d75b8e32c451fd400863e51e22fe;p=m6w6%2Fext-http diff --git a/phpstr/phpstr.h b/phpstr/phpstr.h index a36f88a..5b2ee56 100644 --- a/phpstr/phpstr.h +++ b/phpstr/phpstr.h @@ -6,6 +6,10 @@ #include "php.h" +#ifndef PHPSTR_DEFAULT_SIZE +# define PHPSTR_DEFAULT_SIZE 256 +#endif + #ifndef STR_SET # define STR_SET(STR, SET) \ { \