# Do not remove the following line; MakeMaker relies on it to identify
# this file as a template for defsubs.h
# Extracting defsubs.h (with variable substitutions)
#!perl
print "Extracting $out...\n";
print OUT <<"END";
/*
*/
END
foreach my $const (qw(
))
{
}
{
while (<OPH>)
{
}
close(OPH);
}
close(OUT);
sub doconst
{
my $sym = shift;
my $l = length($sym);
print OUT <<"END";
END
}