diff options
Diffstat (limited to 'contrib/perl5/ext/POSIX/hints/netbsd.pl')
-rw-r--r-- | contrib/perl5/ext/POSIX/hints/netbsd.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/netbsd.pl b/contrib/perl5/ext/POSIX/hints/netbsd.pl new file mode 100644 index 0000000..62732ac --- /dev/null +++ b/contrib/perl5/ext/POSIX/hints/netbsd.pl @@ -0,0 +1,3 @@ +# BSD platforms have extra fields in struct tm that need to be initialized. +# XXX A Configure test is needed. +$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE' ; |