This file is indexed.

/usr/include/cairo-dock/gldit/gldi-config.h is in libgldi-dev 3.3.99.beta1.2.really.3.3.2-0ubuntu2.

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
#ifndef __GLDI_INTERNAL_CONFIG_H__
#define __GLDI_INTERNAL_CONFIG_H__

/* Defined if we can use X. */
#define HAVE_X11 1

/* Defined if we can use GLX. */
#define HAVE_GLX 1

/* Defined if we can use X Extensions. */
#define HAVE_XEXTEND 1

/* Defined if we can use Xinerama. */
#define HAVE_XINERAMA 1

/* Defined if we can crypt passwords. */
#define HAVE_LIBCRYPT 1

/* Define to 1 if you have the `dl' library (-ldl). */
#define HAVE_LIBDL 1

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

#define GLDI_GETTEXT_PACKAGE "cairo-dock"
#define GLDI_VERSION "3.3.2"
#define GLDI_SHARE_DATA_DIR "/usr/share/cairo-dock"
/* #undef AVOID_PATENT_CRAP */

#endif