This file is indexed.

/usr/lib/gwyddion/include/gwyconfig.h is in libgwyddion20-dev 2.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
/*
 * gwyconfig.h
 *
 * This is a generated file.  Please modify 'configure.ac'.
 */

#ifndef __GWY_CONFIG_H__
#define __GWY_CONFIG_H__

#define GWYDDION_HAS_OPENGL 1

#define GWY_SHARED_LIBRARY_EXTENSION "so"

/* Math functions become available when gwymathfallback.h is included. */
/* In 2.x also when gwymath.h is included. */

/* Define to 1 if you have the cbrt() function. */
#define GWY_HAVE_CBRT 1

/* Define to 1 if you have the hypot() function. */
#define GWY_HAVE_HYPOT 1

/* Define to 1 if you have the pow10() function. */
#define GWY_HAVE_POW10 1

/* Define to 1 if you have the acosh() function. */
#define GWY_HAVE_ACOSH 1

/* Define to 1 if you have the asinh() function. */
#define GWY_HAVE_ASINH 1

/* Define to 1 if you have the atanh() function. */
#define GWY_HAVE_ATANH 1

/* Define to 1 if you have the isinf() function. */
#define GWY_HAVE_ISINF 1

/* Define to 1 if you have the isnan() function. */
#define GWY_HAVE_ISNAN 1

#endif /* __GWY_CONFIG_H__ */