/usr/include/kerngen/ksun.h is in libkernlib1-dev 20061220+dfsg3-4.2.
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | #if 0
* for SUN
* This pilot patch was created from kernsun.car patch _ksun
* This directory was created from kernsun.car patch qmsun
* This directory was created from kernfor.car patch qmsun
* Normal Unix system machine
* IEEE floating point
* external names with underscore
* Hollerith constants exist
* EQUIVALENCE Hollerith/Character ok
* Orthodox Hollerith storage left to right
* Internal double-precision
* signal handling with Posix sigaction
* running Unix
#endif
#if !defined(CERNLIB_SOLARIS)
#if 0
CERNLIB_BUGLRSHFT to get round the lrshft bug in Sun f77 3.0.x
#endif
#define CERNLIB_BUGLRSHFT
#endif
#ifndef CERNLIB_QMSUN
#define CERNLIB_QMSUN
#endif
#ifndef CERNLIB_QIEEE
#define CERNLIB_QIEEE
#endif
#ifndef CERNLIB_QX_SC
#define CERNLIB_QX_SC
#endif
#ifndef CERNLIB_QORTHOLL
#define CERNLIB_QORTHOLL
#endif
#ifndef CERNLIB_INTDOUBL
#define CERNLIB_INTDOUBL
#endif
#ifndef CERNLIB_QSIGPOSIX
#define CERNLIB_QSIGPOSIX
#endif
#if defined(CERNLIB_SOLARIS)
#ifndef CERNLIB_QSIGJMP
#define CERNLIB_QSIGJMP
#endif
#ifndef CERNLIB_QGETCWD
#define CERNLIB_QGETCWD
#endif
#ifndef CERNLIB_QSIGPOSIX
#define CERNLIB_QSIGPOSIX
#endif
#ifdef CERNLIB_QSYSBSD
#undef CERNLIB_QSYSBSD
#endif
#ifdef CERNLIB_QENVBSD
#undef CERNLIB_QENVBSD
#endif
#endif
#ifndef CERNLIB_QS_UNIX
#define CERNLIB_QS_UNIX
#endif
#ifndef CERNLIB_QINTZERO
#define CERNLIB_QINTZERO
#endif
|