blob: 3e12119b87269c97e6523e877bdbf7cbaaf68ea5 (
plain)
1
2
3
4
5
|
# 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' ;
$self->{OPTIMIZE} = '-O1';
|