/usr/include/cln/host_cpu.h is in libcln-dev 1.3.3-1ubuntu1.
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 79 80 81 82 83 | /* include/cln/host_cpu.h. Generated from host_cpu.h.in by configure. */
// Defines CPU dependent macros
#ifndef _CL_HOST_CPU_CONFIG_H
#define _CL_HOST_CPU_CONFIG_H
/* These definitions are adjusted by `configure' automatically. */
/* CPU */
#ifndef __i386__
/* #undef __i386__ */
#endif
#ifndef __x86_64__
#define __x86_64__ 1
#endif
#ifndef __m68k__
/* #undef __m68k__ */
#endif
// NB: GCC def's __mips__ both on big-endian and little-endian systems.
#ifndef __mips__
/* #undef __mips__ */
#endif
#ifndef __mipsel__
/* #undef __mipsel__ */
#endif
#ifndef __mips64__
/* #undef __mips64__ */
#endif
#ifndef __sparc__
/* #undef __sparc__ */
#endif
#ifndef __sparc64__
/* #undef __sparc64__ */
#endif
#ifndef __alpha__
/* #undef __alpha__ */
#endif
#ifndef __hppa__
/* #undef __hppa__ */
#endif
#ifndef __arm__
/* #undef __arm__ */
#endif
#ifndef __rs6000__
/* #undef __rs6000__ */
#endif
#ifndef __powerpc64__
/* #undef __powerpc64__ */
#endif
#ifndef __m88k__
/* #undef __m88k__ */
#endif
#ifndef __convex__
/* #undef __convex__ */
#endif
#ifndef __ia64__
/* #undef __ia64__ */
#endif
#ifndef __s390__
/* #undef __s390__ */
#endif
#ifndef __s390x__
/* #undef __s390x__ */
#endif
#endif /* _CL_HOST_CPU_CONFIG_H */
|