This file is indexed.

/usr/include/cairo-dock/gldit/gldi-config.h is in libgldi-dev 3.0.0.1-0ubuntu1.

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

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

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

#define GLDI_GETTEXT_PACKAGE "cairo-dock"
#define GLDI_VERSION "3.0.0"
#define GLDI_SHARE_DATA_DIR "/usr/share/cairo-dock"
/* #undef AVOID_PATENT_CRAP */
#define GLDI_MODULES_DIR "/usr/lib/x86_64-linux-gnu/cairo-dock"
#define GLDI_BIN_DIR "/usr/bin"

#endif