xref: /openbsd-src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl (revision 0a5f61bb653fdff7c29c2275df78c7f019a04c0c)
1# BSD platforms have extra fields in struct tm that need to be initialized.
2#  XXX A Configure test is needed.
3$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE' ;
4