This file is indexed.

/usr/include/libEMF/wine/poppack.h is in libemf-dev 1.0.9+git.10.3231442-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
#if defined(__WINE_PSHPACK_H3)
#  ifndef __WINE_INTERNAL_POPPACK
#    undef __WINE_PSHPACK_H3
#  endif
/* Depth == 3 */

#  if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
#    if __WINE_PSHPACK_H2 == 1
#      pragma pack(1)
#    elif __WINE_PSHPACK_H2 == 2
#      pragma pack(2)
#    elif __WINE_PSHPACK_H2 == 8
#      pragma pack(8)
#    else
#      pragma pack(4)
#    endif
#  elif !defined(RC_INVOKED)
#    error "Adjusting the alignment is not supported with this compiler"
#  endif

#elif defined(__WINE_PSHPACK_H2)
#  ifndef __WINE_INTERNAL_POPPACK
#    undef __WINE_PSHPACK_H2
#  endif
/* Depth == 2 */

#  if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
#    if __WINE_PSHPACK_H == 1
#      pragma pack(1)
#    elif __WINE_PSHPACK_H == 2
#      pragma pack(2)
#    elif __WINE_PSHPACK_H == 8
#      pragma pack(8)
#    else
#      pragma pack(4)
#    endif
#  elif !defined(RC_INVOKED)
#    error "Adjusting the alignment is not supported with this compiler"
#  endif

#elif defined(__WINE_PSHPACK_H)
#  ifndef __WINE_INTERNAL_POPPACK
#    undef __WINE_PSHPACK_H
#  endif
/* Depth == 1 */

#  if defined(__GNUC__) || defined(__SUNPRO_C)
#    pragma pack()
#  elif defined(__SUNPRO_CC)
/*#    warning "Assuming a default alignment of 4"*/
#    pragma pack(4)
#  elif !defined(RC_INVOKED)
#    error "Adjusting the alignment is not supported with this compiler"
#  endif

#else
/* Depth == 0 ! */

#error "Popping alignment isn't possible since no alignment has been pushed"

#endif

#undef __WINE_INTERNAL_POPPACK