This file is indexed.

/usr/include/unique-1.0/unique/uniqueenumtypes.h is in libunique-dev 1.1.6-5.

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
/* Generated data (by glib-mkenums) */

#ifndef __UNIQUE_ENUM_TYPES_H__
#define __UNIQUE_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "../unique/uniqueapp.h" */
GType unique_command_get_type (void) G_GNUC_CONST;
#define UNIQUE_TYPE_COMMAND (unique_command_get_type())

GType unique_response_get_type (void) G_GNUC_CONST;
#define UNIQUE_TYPE_RESPONSE (unique_response_get_type())

G_END_DECLS

#endif /* !__UNIQUE_ENUM_TYPES_H__ */

/* Generated data ends here */