#!/usr/perl5/5.8.4/bin/perl
use lib qw(/sfw10/builds/build/sfw10-patch/usr/src/cmd/apache/mod_perl-1.29/lib);
#we generate this script simply to set @INC
#so Apache::ExtUtils can be found

use Apache::ExtUtils qw(%Config);
use strict;

my $key = shift;

print $Config{$key};
