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