dnl dnl $Id: config.m4,v 1.1 2004/11/14 13:27:16 ionic Exp $ dnl PHP_ARG_ENABLE(varfilter, whether to enable Hardening-Patch's variable filter, [ --disable-varfilter Disable Hardening-Patch's variable filter], yes) if test "$PHP_VARFILTER" != "no"; then AC_DEFINE(HAVE_VARFILTER, 1, [ ]) PHP_NEW_EXTENSION(varfilter, varfilter.c, $ext_shared) fi