/usr/include/zebra/tzread2.inc is in libpacklib1-dev 20061220+dfsg3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | *
* $Id: tzread2.inc,v 1.1.1.1 1996/03/06 10:46:56 mclareni Exp $
*
* $Log: tzread2.inc,v $
* Revision 1.1.1.1 1996/03/06 10:46:56 mclareni
* Zebra
*
*
#ifndef CERNLIB_ZEBRA_TZREAD2_INC
#define CERNLIB_ZEBRA_TZREAD2_INC
*
*
* tzread2.inc
*
#if !defined(CERNLIB_CRAZYERR)
READ (LUNTQ,LINE(JFMTC1:JFMTC2),END=96) (LQ(J),J=LPUTA,LPUTE-1)
#else
IF (NAME(5).NE.3) THEN
READ (LUNTQ,LINE(JFMTC1:JFMTC2),ERR=64,END=96)
+ (LQ(J),J=LPUTA,LPUTE-1)
ELSE
READ (LUNTQ,LINE(JFMTC1:JFMTC2),ERR=64,END=96)
+ (Q(J),J=LPUTA-8,LPUTE-9)
ENDIF
64 CONTINUE
#endif
#endif
|