This file is indexed.

/usr/lib/perl5/Tk/pTk/tkVMacro.h is in perl-tk 1:804.031-1build1.

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
#ifdef _LANG
#include "Lang.m"
#endif

#if defined(_TK)
#include "tk.m"
#endif

#if defined(_TK) || defined(_XLIB_H_)
# if !defined(_XLIB) && !defined(_XLIB_H_)
#  include <X11/Xlib.h>
# endif
# ifdef _TKINTXLIBDECLS
#  include "tkIntXlibDecls.m"
# else
#  if defined(_XLIB_H) && !defined(_XLIB)
#   define _XLIB
#  endif
#  include "Xlib.m"
# endif
#endif

#ifdef _TKINT
#include "tkInt.m"
#endif
#ifdef _TKIMGPHOTO
#include "tkImgPhoto.m"
#endif
#ifdef _TIX
#include "tix.m"
#endif
#ifdef _TIXINT
#include "tixInt.m"
#endif
#ifdef _TKOPTION
#include "tkOption.m"
#endif
#ifdef _TIXIMGXPM
#include "tixImgXpm.m"
#endif
#ifdef _IMGINT
#include "imgInt.m"
#endif

#ifdef _TCLDECLS
#include "tclDecls.m"
#endif

#ifdef _TKDECLS
#include "tkDecls.m"
#endif

#ifdef _TKPLATDECLS
#include "tkPlatDecls.m"
#endif

#ifdef _TKINTDECLS
#include "tkIntDecls.m"
#endif

#ifdef _TKINTPLATDECLS
#include "tkIntPlatDecls.m"
#endif

#ifdef _TKEVENT
#include "tkEvent.m"
#endif