/usr/include/kerngen/klnx.h is in libkernlib1-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 40 | #if 0
* This pilot patch was created from kernlnx.car patch _klnx
* This directory was created from kernlnx.car patch qmlnx
* Normal Unix system machine
* Posix call for setjmp/longjmp
* IEEE floating point
* ISA standard routines, ISHFT, IOR, etc
* Hollerith storage not orthodox
* UCOPY et al. to copy integers
#endif
#ifndef CERNLIB_QMLNX
#define CERNLIB_QMLNX
#endif
#ifndef CERNLIB_QPOSIX
#define CERNLIB_QPOSIX
#endif
#ifndef CERNLIB_QIEEE
#define CERNLIB_QIEEE
#endif
#if (!defined(CERNLIB_PPC))
# ifdef CERNLIB_QISASTD
# undef CERNLIB_QISASTD
# endif
# ifdef CERNLIB_QORTHOLL
# undef CERNLIB_QORTHOLL
# endif
#else
# ifndef CERNLIB_QISASTD
# define CERNLIB_QISASTD
# endif
# ifndef CERNLIB_QORTHOLL
# define CERNLIB_QORTHOLL
# endif
#endif
#ifndef CERNLIB_QINTCOPY
#define CERNLIB_QINTCOPY
#endif
#ifndef CERNLIB_QINTZERO
#define CERNLIB_QINTZERO
#endif
|