Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / perl5 / ext / POSIX / hints / linux.pl
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.
5 $self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST' ;