X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=phpstr%2Fphpstr.h;h=5b2ee5664a09c75ee7cec172e5ed5adfc01bdb91;hp=a36f88ac2d25aab2dfaa6bf0c37ed33edd6366f4;hb=5dca59e3a269c903b395d97abe831c0fc138b5b6;hpb=c04184b2188a60efed4753d7eef7f3952aed9cef 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) \ { \