[PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
[p5sagit/p5-mst-13.2.git] / ext / POSIX / hints / freebsd.pl
CommitLineData
883fc332 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' ;