/usr/include/kerngen/qnatch.inc is in libkernlib1-dev 20061220+dfsg3-4.1.
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 | *
* $Id: qnatch.inc,v 1.1.1.1 1996/02/15 17:49:14 mclareni Exp $
*
* $Log: qnatch.inc,v $
* Revision 1.1.1.1 1996/02/15 17:49:14 mclareni
* Kernlib
*
*
* Siemens compiler
*
* qnatch.inc
*
#if defined(CERNLIB_QMIBM)
#if defined(CERNLIB_QF_SIEM)
COMMON /QNATCH/ NATCH(256)
INTEGER*2 NATCH
#else
INTEGER*2 NATCH(256)
#endif
#include <kerngen/qnatchdata.inc>
#endif
|