summaryrefslogtreecommitdiff
path: root/cpan/dist/Unicode-Japanese/hints/sunos.pl
blob: 90bc611ea682046a65191c2afd1ccb9294f27fe2 (plain)
1
2
3
4
5
6
7
8
9
10
use strict;

print "**** hints/sunos.pl ****\n";

my $hdr = <<EOF;
#include <fcntl.h>
EOF

Unicode::Japanese::MakeMaker::enableXS('sunos',$hdr,undef);