This file is indexed.

/usr/include/fatrat/config.h is in fatrat-dev 1.2.0~beta2-0ubuntu8.

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
42
43
44
45
46
47
#ifndef CONFIG_H
#define CONFIG_H

#define CMAKE_BUILD_TYPE "RelWithDebInfo"

#define WITH_BITTORRENT
#define WITH_NLS
#define WITH_JABBER
#define WITH_WEBINTERFACE
#define WITH_DOCUMENTATION
#define WITH_CURL
#define WITH_JPLUGINS
/* #undef WITH_CXX0X */

#ifdef WITH_WEBINTERFACE
#	define PION_NET_PLUGINS "/pion/plugins"
#endif

/* #undef ENABLE_FAKEDOWNLOAD */

#define HAVE_SYS_EPOLL_H
/* #undef HAVE_KQUEUE */

/* #undef GLOOX_0_9 */
#define GLOOX_1_0

#define LIBTORRENT_0_15

/* #undef POSIX_LINUX */
/* #undef POSIX_BSD */
/* #undef POSIX_SOLARIS */

/* #undef HAVE_XATTR_H */

#define USER_PROFILE_PATH "/.local/share/fatrat"
#define DATA_LOCATION "/usr/share/fatrat"
#define PLUGIN_LOCATION "lib/i386-linux-gnu/fatrat/plugins"

#ifndef _LARGEFILE64_SOURCE
#	define _LARGEFILE64_SOURCE
#endif

#ifdef BOOST_POSIX_API
#	undef BOOST_POSIX_API
#endif

#endif