This file is indexed.

/usr/include/blitz/config.h is in libblitz0-dev 1:0.10-3.3.

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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
/* blitz/config.h.  Generated from config.h.in by configure.  */
/* blitz/config.h.in.  Generated from configure.ac by autoheader.  */


/******************************************************************************
 * config.h           Compiler language support flags
 *
 * This file was generated automatically when running the configure script.
 * You should rerun configure each time you switch compilers, install new
 * standard libraries, or change compiler versions.
 *
 */



/* Macro for declaring aligned variables */
#define ALIGN_VARIABLE(vartype,varname,alignment) vartype varname;

/* Enable dimensions with > 2^31 elements (NOT IMPLEMENTED) */
/* #undef FULLY64BIT */

/* define if bool is a built-in type */
#define HAVE_BOOL /**/

/* define if the Boost library is available */
/* #undef HAVE_BOOST */

/* Define to 1 if you have the <boost/mpi.hpp> header file. */
/* #undef HAVE_BOOST_MPI_HPP */

/* define if the Boost::Serialization library is available */
/* #undef HAVE_BOOST_SERIALIZATION */

/* define if the compiler has <climits> header */
#define HAVE_CLIMITS /**/

/* define if the compiler has complex<T> */
#define HAVE_COMPLEX /**/

/* define if the compiler has standard complex<T> functions */
#define HAVE_COMPLEX_FCNS /**/

/* define if the compiler has complex math functions */
#define HAVE_COMPLEX_MATH1 /**/

/* define if the compiler has more complex math functions */
/* #undef HAVE_COMPLEX_MATH2 */

/* define if complex math functions are in namespace std */
#define HAVE_COMPLEX_MATH_IN_NAMESPACE_STD /**/

/* define if the compiler supports const_cast<> */
#define HAVE_CONST_CAST /**/

/* Define to 1 if you have the <cstring> header file. */
#define HAVE_CSTRING 1

/* define if the compiler supports default template parameters */
#define HAVE_DEFAULT_TEMPLATE_PARAMETERS /**/

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* define if the compiler supports dynamic_cast<> */
#define HAVE_DYNAMIC_CAST /**/

/* define if the compiler handle computations inside an enum */
#define HAVE_ENUM_COMPUTATIONS /**/

/* define if the compiler handles (int) casts in enum computations */
#define HAVE_ENUM_COMPUTATIONS_WITH_CAST /**/

/* define if the compiler supports exceptions */
#define HAVE_EXCEPTIONS /**/

/* define if the compiler supports the explicit keyword */
#define HAVE_EXPLICIT /**/

/* define if the compiler supports explicit template function qualification */
#define HAVE_EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION /**/

/* define if the compiler recognizes the full specialization syntax */
#define HAVE_FULL_SPECIALIZATION_SYNTAX /**/

/* define if the compiler supports function templates with non-type parameters
   */
#define HAVE_FUNCTION_NONTYPE_PARAMETERS /**/

/* define if the compiler supports IEEE math library */
#define HAVE_IEEE_MATH /**/

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the `m' library (-lm). */
/* #undef HAVE_LIBM */

/* Define to 1 if you have the `papi' library (-lpapi). */
/* #undef HAVE_LIBPAPI */

/* define if the compiler supports member constants */
#define HAVE_MEMBER_CONSTANTS /**/

/* define if the compiler supports member templates */
#define HAVE_MEMBER_TEMPLATES /**/

/* define if the compiler supports member templates outside the class
   declaration */
#define HAVE_MEMBER_TEMPLATES_OUTSIDE_CLASS /**/

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* define if the compiler supports the mutable keyword */
#define HAVE_MUTABLE /**/

/* define if the compiler implements namespaces */
#define HAVE_NAMESPACES /**/

/* define if the compiler supports the Numerical C Extensions Group restrict
   keyword */
/* #undef HAVE_NCEG_RESTRICT */

/* define if the compiler supports the __restrict__ keyword */
#define HAVE_NCEG_RESTRICT_EGCS /**/

/* define if the compiler has numeric_limits<T> */
#define HAVE_NUMERIC_LIMITS /**/

/* define if the compiler accepts the old for scoping rules */
/* #undef HAVE_OLD_FOR_SCOPING */

/* define if the compiler supports partial ordering */
#define HAVE_PARTIAL_ORDERING /**/

/* define if the compiler supports partial specialization */
#define HAVE_PARTIAL_SPECIALIZATION /**/

/* define if the compiler supports reinterpret_cast<> */
#define HAVE_REINTERPRET_CAST /**/

/* define if the compiler supports Run-Time Type Identification */
#define HAVE_RTTI /**/

/* define if the compiler has getrusage() function */
#define HAVE_RUSAGE /**/

/* define if the compiler supports static_cast<> */
#define HAVE_STATIC_CAST /**/

/* define if the compiler supports ISO C++ standard library */
#define HAVE_STD /**/

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* define if the compiler supports Standard Template Library */
#define HAVE_STL /**/

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* define if the compiler supports System V math library */
/* #undef HAVE_SYSTEM_V_MATH */

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <tbb/atomic.h> header file. */
/* #undef HAVE_TBB_ATOMIC_H */

/* define if the compiler supports basic templates */
#define HAVE_TEMPLATES /**/

/* define if the compiler supports templates as template arguments */
#define HAVE_TEMPLATES_AS_TEMPLATE_ARGUMENTS /**/

/* define if the compiler supports use of the template keyword as a qualifier
   */
#define HAVE_TEMPLATE_KEYWORD_QUALIFIER /**/

/* define if the compiler supports template-qualified base class specifiers */
#define HAVE_TEMPLATE_QUALIFIED_BASE_CLASS /**/

/* define if the compiler supports template-qualified return types */
#define HAVE_TEMPLATE_QUALIFIED_RETURN_TYPE /**/

/* define if the compiler supports function matching with argument types which
   are template scope-qualified */
#define HAVE_TEMPLATE_SCOPED_ARGUMENT_MATCHING /**/

/* define if the compiler recognizes typename */
#define HAVE_TYPENAME /**/

/* define if the compiler supports the vector type promotion mechanism */
#define HAVE_TYPE_PROMOTION /**/

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* define if the compiler supports numeric traits promotions */
#define HAVE_USE_NUMTRAIT /**/

/* define if the compiler has valarray<T> */
#define HAVE_VALARRAY /**/

/* define if the compiler has isnan function in namespace std */
#define ISNAN_IN_NAMESPACE_STD /**/

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#define LT_OBJDIR ".libs/"

/* define if the compiler has C math abs(integer types) in namespace std */
#define MATH_ABSINT_IN_NAMESPACE_STD /**/

/* define if the compiler has C math functions in namespace std */
#define MATH_FN_IN_NAMESPACE_STD /**/

/* Name of package */
#define PACKAGE "blitz"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "blitz-support@lists.sourceforge.net"

/* Define to the full name of this package. */
#define PACKAGE_NAME "blitz"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "blitz 0.10"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "blitz"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10"

/* Pad array lengths to SIMD width. */
/* #undef PAD_ARRAYS */

/* Set SIMD instruction width in bytes */
#define SIMD_WIDTH 1

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Enable Blitz thread-safety features */
/* #undef THREADSAFE */

/* Use TBB atomic types */
/* #undef THREADSAFE_USE_TBB */

/* Specifies whether compiler alignment pragmas should be used */
/* #undef USE_ALIGNMENT_PRAGMAS */

/* Version number of package */
#define VERSION "0.10"

/* CXX */
#define _compiler_name "c++"

/* CXXFLAGS */
#define _compiler_options " -g -DBZ_DEBUG"

/* date */
#define _config_date "Mon Aug 31 00:15:39 UTC 2015"

/* uname -a */
#define _os_name "Linux lgw01-32 3.19.0-26-generic #28~14.04.1-Ubuntu SMP Wed Aug 12 14:09:17 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux"

/* target */
#define _platform "x86_64-unknown-linux-gnu"