normalize time for strftime() (without the isdst effects of
[p5sagit/p5-mst-13.2.git] / ext / POSIX / hints / linux.pl
CommitLineData
84ef74c4 1# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined.
2# Thanks to Bart Schuller <schuller@Lunatech.com>
3# See Message-ID: <19971009002636.50729@tanglefoot>
4# XXX A Configure test is needed.
33c0e3ec 5$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST' ;