X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=5bdf84e5f1caead56ccca2b650860a3db536c33e;hb=7a7b4dc3fbcc3d55d536a871b1232ae5750bba49;hp=e33ea76210842ed5f6793f7076321d721c43336e;hpb=2dae10fd73cd2038c04d2001af346d0ffe646d41;p=m6w6%2Fext-raphf diff --git a/config.w32 b/config.w32 index e33ea76..5bdf84e 100644 --- a/config.w32 +++ b/config.w32 @@ -4,4 +4,7 @@ ARG_ENABLE("raphf", "for raphf support", "no"); if (PHP_RAPHF == "yes") { EXTENSION("raphf", "php_raphf.c"); + + AC_DEFINE("HAVE_RAPHF", 1); + PHP_INSTALL_HEADERS("ext/raphf", "php_raphf.h"); }