/usr/include/kerngen/kvax.h 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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #if 0
* for VAX
* This pilot patch was created from kernvax.car patch _kvax
* This directory was created from kernvax.car patch vaxalpha
* This directory was created from kernvax.car patch qmvax
* This directory was created from kernfor.car patch qmvax
* CC assumed available
* external names without underscores
* ISA standard routines, ISHFT, IOR, etc
* MIL standard routines, IBITS, MVBITS, ISHFTC
* Hollerith constants exist
* EQUIVALENCE Hollerith/Character ok
* Hollerith storage not orthodox
#endif
#ifndef CERNLIB_QMVAXCC
#define CERNLIB_QMVAXCC
#endif
#ifndef CERNLIB_QMVAX
#define CERNLIB_QMVAX
#endif
#ifndef CERNLIB_QXNO_SC
#define CERNLIB_QXNO_SC
#endif
#ifndef CERNLIB_QISASTD
#define CERNLIB_QISASTD
#endif
#ifndef CERNLIB_QMILSTD
#define CERNLIB_QMILSTD
#endif
#ifdef CERNLIB_QORTHOLL
#undef CERNLIB_QORTHOLL
#endif
#ifndef CERNLIB_QINTZERO
#define CERNLIB_QINTZERO
#endif
|