# PHP specific macro definitions.
# To make use of these macros insert the following line into your spec file:
# %{load:%{_usrlibrpm}/macros.d/php}

%__php		/usr/bin/php

# Path to scripts to autogenerate php package dependencies,
#
# Note: Used iff _use_internal_dependency_generator is non-zero. The
# helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
#%__php_provides	%{_rpmhome}/phpdeps.sh --provides
#%__php_requires	%{_rpmhome}/phpdeps.sh --requires
#%__php_provides		%{_rpmhome}/php.prov
#%__php_requires		%{_rpmhome}/php.req

%php_pear_dir	%{_datadir}/pear
