/usr/include/kerngen/kdos.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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | #if 0
* This pilot patch was created from kerndos.car patch _kdos
* This directory was created from kerndos.car patch qmdos
#endif
#if (!defined(CERNLIB_QF_DEC))&&(!defined(CERNLIB_QF_NDP))
#ifndef CERNLIB_QF_F2C
#define CERNLIB_QF_F2C
#endif
#endif
#if !defined(CERNLIB_QS_WNT)
#ifndef CERNLIB_QS_DOS
#define CERNLIB_QS_DOS
#endif
#endif
#ifndef CERNLIB_QMDOS
#define CERNLIB_QMDOS
#endif
#ifndef CERNLIB_QX_SC
#define CERNLIB_QX_SC
#endif
#ifndef CERNLIB_QIEEE
#define CERNLIB_QIEEE
#endif
#if defined(CERNLIB_QF_NDP)||defined(CERNLIB_QF_DEC)
#ifndef CERNLIB_QISASTD
#define CERNLIB_QISASTD
#endif
#ifndef CERNLIB_QMILSTD
#define CERNLIB_QMILSTD
#endif
#endif
#ifdef CERNLIB_QORTHOLL
#undef CERNLIB_QORTHOLL
#endif
#ifndef CERNLIB_F77TRARG
#define CERNLIB_F77TRARG
#endif
#ifndef CERNLIB_QCFIO
#define CERNLIB_QCFIO
#endif
#ifndef CERNLIB_QGETCWD
#define CERNLIB_QGETCWD
#endif
#ifndef CERNLIB_QINTCOPY
#define CERNLIB_QINTCOPY
#endif
#ifndef CERNLIB_QINTZERO
#define CERNLIB_QINTZERO
#endif
|