source: trunk/essentials/dev-lang/perl/ext/POSIX/hints/linux.pl

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 278 bytes
Line 
1# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined.
2# Thanks to Bart Schuller <[email protected]>
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' ;
Note: See TracBrowser for help on using the repository browser.