freebsd-dev/contrib/perl5/ext/POSIX/hints/freebsd.pl

4 lines
174 B
Perl

# 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' ;