Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / Config.pm
package Tk::Config;
require Exporter;
use base qw(Exporter);
$VERSION = '800.023';
$inc = '-I/usr/openwin/include';
$define = '';
$xlib = '-L/usr/openwin/lib';
$xinc = '-I/usr/openwin/include';
$gccopt = '';
$win_arch = 'x';
@EXPORT = qw($VERSION $inc $define $xlib $xinc $gccopt $win_arch);
1;