This file is indexed.

/usr/include/dewallsexport.h is in libdewalls-dev 1.0.0+ds1-4ubuntu1.

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

#include <QtGlobal>

/**
  These are required defines for exporting symbols in the cavewhere lib for
  windows. These do nothing on other platforms like mac and linux
  */
#if defined(DEWALLS_LIB)
#  define DEWALLS_LIB_EXPORT Q_DECL_EXPORT
#else
#  define DEWALLS_LIB_EXPORT Q_DECL_IMPORT
#endif

#endif // DEWALLSEXPORT_H