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

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

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

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