Re: Apache::exists_config_define in 1.x?

2002-12-18 Thread Bill Moseley
At 03:01 PM 12/18/02 -0800, Bill Moseley wrote: >I want to test for -D in a section. Doh!, my test was causing the problem, not the fetching of the define! use Apache(); my $msg = Apache->define('TEST') ? "Testing" : "Not testing"; push @{ $Location{"/"}->{PerlSetVar} }, ['Testing', $m

Apache::exists_config_define in 1.x?

2002-12-18 Thread Bill Moseley
I want to test for -D in a section. I see in the docs that in mp2 you can use Apache::exists_config_define() to test if a define is set. How do I test if a define is set in 1.x? Thanks, -- Bill Moseley mailto:[EMAIL PROTECTED]