#!/usr/bin/perl
use lib qw(/home/dan/ap/apache-perl-1.3.26-1-1.26-1/libapache-mod-perl-1.26/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};
