/usr/include/ffread/ffparm.inc is in libpacklib1-dev 20061220+dfsg3-4.
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 29 30 31 32 33 34 35 36 37 38 39 | *
* $Id: ffparm.inc,v 1.1.1.1 1996/03/08 11:50:40 mclareni Exp $
*
* $Log: ffparm.inc,v $
* Revision 1.1.1.1 1996/03/08 11:50:40 mclareni
* Ffread
*
*
#ifndef CERNLIB_FFREAD_FFPARM_INC
#define CERNLIB_FFREAD_FFPARM_INC
*
*
* ffparm.inc
*
PARAMETER (NCHKYD = 4,
* NCHMAX = 32,
* LENMIN = 72,
* LENDEF = 80,
* LENMAX = 132,
* LSTACK = 20,
* NCSIZE = 500,
* NKYOVH = 3,
* NOVERH = 23 + LSTACK)
C
C NCHKYD - default key size in characters
C NCHMAX - maximum key size in characters
C LENMIN - minimum significant length of data card
C LENDEF - default significant length of data card
C LENMAX - maximum significant length of data card
C LSTACK - size of input LUN stack
C NCSIZE - default size of IWORDS
C NKYOVH - overhead per key in words (in addition to NWDKEY)
C NOVERH - words in common CFREAD before IWORDS
C
C NB: If NCHMAX or LSTACK are changed, also modify the length of
C the variable BLANK in FFGO to be MAX(LSTACK+2, NCHMAX-6).
C
#endif
|