> -----Original Message-----
> From: Randy Kobes [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 10, 2000 1:01 AM
> To: [EMAIL PROTECTED]
> Subject: Win32 build with VC++
>
>
[snip]
> The second aspect to this diff is that the apache and
> mod_perl inc and lib directories are recorded in
> Apache::MyConfig. This would enable packages like
> libapreq, Embperl, and AxKit to get these needed
> directories via
>
> require Apache::MyConfig;
> $ap_lib = $Apache::MyConfig::Setup{APACHE_LIB};
> $ap_inc = $Apache::MyConfig::Setup{APACHE_INC};
> $mp_lib = $Apache::MyConfig::Setup{MODPERL_LIB};
> $mp_inc = $Apache::MyConfig::Setup{MODPERL_INC};
>
I wasn't aware of Apache::MyConfig... we've talked before about being able
to determine compiled in hooks without having to start a live server - are
similar package variables a possible/good place to put stuff like this?
--Geoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]