This file is indexed.

/usr/include/qtkeychain/qkeychain_export.h is in qtkeychain-dev 0.7.0-3.

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 QKEYCHAIN_EXPORT_H
#define QKEYCHAIN_EXPORT_H

#include <qglobal.h>

# ifdef QKEYCHAIN_STATICLIB
#  undef QKEYCHAIN_SHAREDLIB
#  define QKEYCHAIN_EXPORT
# else
#  ifdef QKEYCHAIN_BUILD_QKEYCHAIN_LIB
#   define QKEYCHAIN_EXPORT Q_DECL_EXPORT
#  else
#   define QKEYCHAIN_EXPORT Q_DECL_IMPORT
#  endif
# endif

#endif