This file is indexed.

/usr/include/clutter-1.0/clutter/clutter-config.h is in libclutter-1.0-dev 1.24.2-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
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly."
#endif

#ifndef __CLUTTER_CONFIG_H__
#define __CLUTTER_CONFIG_H__

#include <glib.h>

G_BEGIN_DECLS


#define CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT 1
#define CLUTTER_WINDOWING_X11 "x11"
#define CLUTTER_INPUT_X11 "x11"
#define CLUTTER_WINDOWING_GDK "gdk"
#define CLUTTER_INPUT_GDK "gdk"
#define CLUTTER_WINDOWING_GLX "glx"
#define CLUTTER_WINDOWING_EGL "eglnative"
#define CLUTTER_WINDOWING_WAYLAND "wayland"
#define CLUTTER_INPUT_EVDEV "evdev"
#define CLUTTER_INPUT_WAYLAND "wayland"
#define CLUTTER_INPUT_NULL "null"

G_END_DECLS

#endif /* __CLUTTER_CONFIG_H__ */