This file is indexed.

/usr/include/diet/skalibs/sysdeps/sysdeps.h is in skalibs-dev 0.47-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
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
84
85
86
87
/* Public domain. */

#ifndef SYSDEPS_H
#define SYSDEPS_H

#undef HASDEVTCP
/* sysdep: -devtcp */
#undef HASDEVPTC
/* sysdep: -devptc */
#define HASDEVPTMX
/* sysdep: +devptmx */
#define HASDEVRANDOM
/* sysdep: +devrandom */
#define HASDEVURANDOM
/* sysdep: +devurandom */
#define HASDIRENT
/* sysdep: +dirent */
#define HASEPROTO
/* sysdep: +eproto */
#define HASFLOCK
/* sysdep: +flock */
#define HASGETPT
/* sysdep: +getpt */
#undef HASGETPEEREID
/* sysdep: -getpeereid */
#undef HASSO_PEERCRED
/* sysdep: -SO_PEERCRED */
#define HASMALLOC0
/* sysdep: +malloc0 */
#define HASMKFIFO
/* sysdep: +mkfifo */
#undef HASNPBG1
/* sysdep: -npbg1 */
#define HASPOLLH
/* sysdep: +pollh */
#define HASSYSPOLLH
/* sysdep: +syspollh */
#define HASPOLL
/* sysdep: +poll */
#define HASSIGACTION
/* sysdep: +sigaction */
#define HASSIGPROCMASK
/* sysdep: +sigprocmask */
#undef HASSHORTSETGROUPS
/* sysdep: -shortsetgroups */
#define HASSYSSELECT
/* sysdep: +sysselect */
#define HASREVOKE
/* sysdep: +revoke */
#define HASWAITPID
/* sysdep: +waitpid */
#undef HASULONG32
/* sysdep: -ulong32 */
#define HASULONG64
/* sysdep: +ulong64 */
#undef HASUTILH
/* sysdep: -utilh */
#undef HASLIBUTILH
/* sysdep: -libutilh */
#define HASPTYH
/* sysdep: +ptyh */
#undef HAS_GETPTY
/* sysdep: -_getpty */
#define HASOPENPTY
/* sysdep: +openpty */
#undef HASUNIXH
/* sysdep: -unixh */
#define HASSTREAMS
/* sysdep: +streams */
#define HASLITTLE_ENDIAN
/* sysdep: +little_endian */
#undef HASBIG_ENDIAN
/* sysdep: -big_endian */
#undef HASEGD
/* sysdep: -egd */
#undef HASTIOCREMOTE
/* sysdep: -tiocremote */
#define HASPOSIXGLOB
/* sysdep: +posixglob */
#define HASSTDINTH
/* sysdep: +stdinth */
#define HASINTTYPESH
/* sysdep: +inttypesh */
#define HASOKSYSSOCKET
/* sysdep: +oksyssocket */

#endif