File: C:/mod_perl-2.0.12/lib/Apache2/BuildConfig.pm
#
# /*
# * *********** WARNING **************
# * This file generated by Apache2::Build/0.01
# * Any changes made here will be lost
# * ***********************************
# * 01: lib/ModPerl/Code.pm:716
# * 02: lib/Apache2/Build.pm:1006
# * 03: lib/Apache2/Build.pm:1026
# * 04: Makefile.PL:321
# * 05: Makefile.PL:59
# */
#
package Apache2::BuildConfig;
use Apache2::Build ();
sub new {
bless( {
'API_VERSION' => 2,
'MP_APR_LIB' => 'aprext',
'MP_APXS' => '',
'MP_COMPAT_1X' => 1,
'MP_GENERATE_XS' => 1,
'MP_LIBNAME' => 'mod_perl',
'MP_USE_DSO' => 1,
'VERSION' => '2.0.12',
'ap_includedir' => 'C:\\Apache24/include',
'apr_bindir' => '',
'apr_config' => {
'HAS_DSO' => '1',
'HAS_FORK' => '0',
'HAS_INLINE' => '1',
'HAS_LARGE_FILES' => '0',
'HAS_MMAP' => '1',
'HAS_RANDOM' => '1',
'HAS_SENDFILE' => '0',
'HAS_THREADS' => '1'
},
'apr_config_path' => '',
'apr_includedir' => 'C:\\Apache24/include',
'cwd' => 'C:/mod_perl-2.0.12',
'dir' => 'C:\\Apache24',
'file_build_config' => 'lib/Apache2/BuildConfig.pm',
'file_ldopts' => 'src/modules/perl/ldopts',
'file_makefile' => 'src/modules/perl/Makefile',
'httpd_is_source_tree' => undef,
'httpd_version' => {
'C:\\Apache24/include' => '2.4.43'
},
'mmn' => '20120211'
}, 'Apache2::Build' );
}
1;