home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / ext / POSIX / hints / openbsd.pl < prev    next >
Text File  |  1999-07-20  |  174b  |  4 lines

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