X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=53ab56e485d9abb36e6bc3891385599c4846127d;hb=d9cb4d61eaeabdfa0c12636668c9f4a29a253932;hp=1d287755ed17b67cda13c53aa7a30c8ace2f79e7;hpb=9155673850189951e27e188f2003ba68d8ea2c67;p=m6w6%2Fext-propro diff --git a/config.w32 b/config.w32 index 1d28775..53ab56e 100644 --- a/config.w32 +++ b/config.w32 @@ -3,4 +3,7 @@ ARG_ENABLE("propro", "for propro support", "no"); if (PHP_PROPRO == "yes") { EXTENSION("propro", "php_propro.c"); + + AC_DEFINE("HAVE_PROPRO", 1); + PHP_INSTALL_HEADERS("ext/propro", "php_propro.h"); }