Searched refs:apr_major_version (Results 1 - 2 of 2) sorted by relevance

/httpd/
H A Dbuildconf70 apr_major_version=2
90 apr_major_version=`grep "#define APR_MAJOR_VERSION" \
94 if [ $apr_major_version -lt 2 ] ; then
142 if [ $apr_major_version -lt 2 ] ; then
160 if [ $apr_major_version -lt 2 ] ; then
177 if [ $apr_major_version -lt 2 ] ; then
/httpd/support/
H A Dapxs.in345 my $apr_major_version = (split /\./, `$apr_config --version`)[0];
348 if ($apr_major_version < 2) {
363 if ($apr_major_version < 2) {
459 if ($apr_major_version < 2) {

Completed in 69 milliseconds