summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
blob: b0303ba7f31742bd623b58035d9241f026fc21c5 (plain)
1
2
3
4
# 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' ;