This file is indexed.

/usr/include/smoke/akonadi_smoke.h is in libsmokekde-dev 4:4.14.2-0ubuntu6.

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

#include <smoke.h>

extern "C" SMOKE_EXPORT Smoke* akonadi_Smoke;
extern "C" SMOKE_EXPORT void init_akonadi_Smoke();
extern "C" SMOKE_EXPORT void delete_akonadi_Smoke();

#ifndef QGLOBALSPACE_CLASS
#define QGLOBALSPACE_CLASS
class QGlobalSpace { };
#endif

#endif