home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / ext / POSIX / hints / linux.pl < prev    next >
Text File  |  1999-09-23  |  278b  |  6 lines

  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' ;
  6.