This file is indexed.

/usr/include/globjects/globjects_features.h is in libglobjects-dev 1.1.0-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
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
// This is a generated file. Do not edit!

#ifndef GLOBJECTS_COMPILER_DETECTION_H
#define GLOBJECTS_COMPILER_DETECTION_H

#ifdef __cplusplus
# define GLOBJECTS_COMPILER_IS_Comeau 0
# define GLOBJECTS_COMPILER_IS_Intel 0
# define GLOBJECTS_COMPILER_IS_PathScale 0
# define GLOBJECTS_COMPILER_IS_Embarcadero 0
# define GLOBJECTS_COMPILER_IS_Borland 0
# define GLOBJECTS_COMPILER_IS_Watcom 0
# define GLOBJECTS_COMPILER_IS_OpenWatcom 0
# define GLOBJECTS_COMPILER_IS_SunPro 0
# define GLOBJECTS_COMPILER_IS_HP 0
# define GLOBJECTS_COMPILER_IS_Compaq 0
# define GLOBJECTS_COMPILER_IS_zOS 0
# define GLOBJECTS_COMPILER_IS_XL 0
# define GLOBJECTS_COMPILER_IS_VisualAge 0
# define GLOBJECTS_COMPILER_IS_PGI 0
# define GLOBJECTS_COMPILER_IS_Cray 0
# define GLOBJECTS_COMPILER_IS_TI 0
# define GLOBJECTS_COMPILER_IS_Fujitsu 0
# define GLOBJECTS_COMPILER_IS_SCO 0
# define GLOBJECTS_COMPILER_IS_AppleClang 0
# define GLOBJECTS_COMPILER_IS_Clang 0
# define GLOBJECTS_COMPILER_IS_GNU 0
# define GLOBJECTS_COMPILER_IS_MSVC 0
# define GLOBJECTS_COMPILER_IS_ADSP 0
# define GLOBJECTS_COMPILER_IS_IAR 0
# define GLOBJECTS_COMPILER_IS_ARMCC 0
# define GLOBJECTS_COMPILER_IS_MIPSpro 0

#if defined(__COMO__)
# undef GLOBJECTS_COMPILER_IS_Comeau
# define GLOBJECTS_COMPILER_IS_Comeau 1

#elif defined(__INTEL_COMPILER) || defined(__ICC)
# undef GLOBJECTS_COMPILER_IS_Intel
# define GLOBJECTS_COMPILER_IS_Intel 1

#elif defined(__PATHCC__)
# undef GLOBJECTS_COMPILER_IS_PathScale
# define GLOBJECTS_COMPILER_IS_PathScale 1

#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# undef GLOBJECTS_COMPILER_IS_Embarcadero
# define GLOBJECTS_COMPILER_IS_Embarcadero 1

#elif defined(__BORLANDC__)
# undef GLOBJECTS_COMPILER_IS_Borland
# define GLOBJECTS_COMPILER_IS_Borland 1

#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# undef GLOBJECTS_COMPILER_IS_Watcom
# define GLOBJECTS_COMPILER_IS_Watcom 1

#elif defined(__WATCOMC__)
# undef GLOBJECTS_COMPILER_IS_OpenWatcom
# define GLOBJECTS_COMPILER_IS_OpenWatcom 1

#elif defined(__SUNPRO_CC)
# undef GLOBJECTS_COMPILER_IS_SunPro
# define GLOBJECTS_COMPILER_IS_SunPro 1

#elif defined(__HP_aCC)
# undef GLOBJECTS_COMPILER_IS_HP
# define GLOBJECTS_COMPILER_IS_HP 1

#elif defined(__DECCXX)
# undef GLOBJECTS_COMPILER_IS_Compaq
# define GLOBJECTS_COMPILER_IS_Compaq 1

#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# undef GLOBJECTS_COMPILER_IS_zOS
# define GLOBJECTS_COMPILER_IS_zOS 1

#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# undef GLOBJECTS_COMPILER_IS_XL
# define GLOBJECTS_COMPILER_IS_XL 1

#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# undef GLOBJECTS_COMPILER_IS_VisualAge
# define GLOBJECTS_COMPILER_IS_VisualAge 1

#elif defined(__PGI)
# undef GLOBJECTS_COMPILER_IS_PGI
# define GLOBJECTS_COMPILER_IS_PGI 1

#elif defined(_CRAYC)
# undef GLOBJECTS_COMPILER_IS_Cray
# define GLOBJECTS_COMPILER_IS_Cray 1

#elif defined(__TI_COMPILER_VERSION__)
# undef GLOBJECTS_COMPILER_IS_TI
# define GLOBJECTS_COMPILER_IS_TI 1

#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# undef GLOBJECTS_COMPILER_IS_Fujitsu
# define GLOBJECTS_COMPILER_IS_Fujitsu 1

#elif defined(__SCO_VERSION__)
# undef GLOBJECTS_COMPILER_IS_SCO
# define GLOBJECTS_COMPILER_IS_SCO 1

#elif defined(__clang__) && defined(__apple_build_version__)
# undef GLOBJECTS_COMPILER_IS_AppleClang
# define GLOBJECTS_COMPILER_IS_AppleClang 1

#elif defined(__clang__)
# undef GLOBJECTS_COMPILER_IS_Clang
# define GLOBJECTS_COMPILER_IS_Clang 1

#elif defined(__GNUC__) || defined(__GNUG__)
# undef GLOBJECTS_COMPILER_IS_GNU
# define GLOBJECTS_COMPILER_IS_GNU 1

#elif defined(_MSC_VER)
# undef GLOBJECTS_COMPILER_IS_MSVC
# define GLOBJECTS_COMPILER_IS_MSVC 1

#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# undef GLOBJECTS_COMPILER_IS_ADSP
# define GLOBJECTS_COMPILER_IS_ADSP 1

#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
# undef GLOBJECTS_COMPILER_IS_IAR
# define GLOBJECTS_COMPILER_IS_IAR 1

#elif defined(__ARMCC_VERSION)
# undef GLOBJECTS_COMPILER_IS_ARMCC
# define GLOBJECTS_COMPILER_IS_ARMCC 1

#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# undef GLOBJECTS_COMPILER_IS_MIPSpro
# define GLOBJECTS_COMPILER_IS_MIPSpro 1


#endif

#  if GLOBJECTS_COMPILER_IS_AppleClang

#    if !(((__clang_major__ * 100) + __clang_minor__) >= 400)
#      error Unsupported compiler version
#    endif

# define GLOBJECTS_COMPILER_VERSION_MAJOR (__clang_major__)
# define GLOBJECTS_COMPILER_VERSION_MINOR (__clang_minor__)
# define GLOBJECTS_COMPILER_VERSION_PATCH (__clang_patchlevel__)
# if defined(_MSC_VER)
   /* _MSC_VER = VVRR */
#  define GLOBJECTS_SIMULATE_VERSION_MAJOR (_MSC_VER / 100)
#  define GLOBJECTS_SIMULATE_VERSION_MINOR (_MSC_VER % 100)
# endif
# define GLOBJECTS_COMPILER_VERSION_TWEAK (__apple_build_version__)

#    if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_thread_local)
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 1
#    else
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 0
#    endif

#  elif GLOBJECTS_COMPILER_IS_Clang

#    if !(((__clang_major__ * 100) + __clang_minor__) >= 301)
#      error Unsupported compiler version
#    endif

# define GLOBJECTS_COMPILER_VERSION_MAJOR (__clang_major__)
# define GLOBJECTS_COMPILER_VERSION_MINOR (__clang_minor__)
# define GLOBJECTS_COMPILER_VERSION_PATCH (__clang_patchlevel__)
# if defined(_MSC_VER)
   /* _MSC_VER = VVRR */
#  define GLOBJECTS_SIMULATE_VERSION_MAJOR (_MSC_VER / 100)
#  define GLOBJECTS_SIMULATE_VERSION_MINOR (_MSC_VER % 100)
# endif

#    if ((__clang_major__ * 100) + __clang_minor__) >= 301 && __has_feature(cxx_thread_local)
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 1
#    else
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 0
#    endif

#  elif GLOBJECTS_COMPILER_IS_GNU

#    if !((__GNUC__ * 100 + __GNUC_MINOR__) >= 404)
#      error Unsupported compiler version
#    endif

# if defined(__GNUC__)
#  define GLOBJECTS_COMPILER_VERSION_MAJOR (__GNUC__)
# else
#  define GLOBJECTS_COMPILER_VERSION_MAJOR (__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
#  define GLOBJECTS_COMPILER_VERSION_MINOR (__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
#  define GLOBJECTS_COMPILER_VERSION_PATCH (__GNUC_PATCHLEVEL__)
# endif

#    if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 1
#    else
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 0
#    endif

#  elif GLOBJECTS_COMPILER_IS_MSVC

#    if !(_MSC_VER >= 1600)
#      error Unsupported compiler version
#    endif

  /* _MSC_VER = VVRR */
# define GLOBJECTS_COMPILER_VERSION_MAJOR (_MSC_VER / 100)
# define GLOBJECTS_COMPILER_VERSION_MINOR (_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
#  if _MSC_VER >= 1400
    /* _MSC_FULL_VER = VVRRPPPPP */
#   define GLOBJECTS_COMPILER_VERSION_PATCH (_MSC_FULL_VER % 100000)
#  else
    /* _MSC_FULL_VER = VVRRPPPP */
#   define GLOBJECTS_COMPILER_VERSION_PATCH (_MSC_FULL_VER % 10000)
#  endif
# endif
# if defined(_MSC_BUILD)
#  define GLOBJECTS_COMPILER_VERSION_TWEAK (_MSC_BUILD)
# endif

#    if _MSC_VER >= 1900
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 1
#    else
#      define GLOBJECTS_COMPILER_CXX_THREAD_LOCAL 0
#    endif

#  else
#    error Unsupported compiler
#  endif

#  if defined(GLOBJECTS_COMPILER_CXX_THREAD_LOCAL) && GLOBJECTS_COMPILER_CXX_THREAD_LOCAL
#    define GLOBJECTS_THREAD_LOCAL thread_local
#  elif GLOBJECTS_COMPILER_IS_GNU || GLOBJECTS_COMPILER_IS_Clang || GLOBJECTS_COMPILER_IS_AppleClang
#    define GLOBJECTS_THREAD_LOCAL __thread
#  elif GLOBJECTS_COMPILER_IS_MSVC
#    define GLOBJECTS_THREAD_LOCAL __declspec(thread)
#  else
// GLOBJECTS_THREAD_LOCAL not defined for this configuration.
#  endif

#endif

#endif