This file is indexed.

/usr/include/gofigure2/QGoGUILibConfigure.h is in libgofigure-dev 0.9.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
18
19
20
21
22
#ifndef __QGoGUILibConfigure_h
#define __QGoGUILibConfigure_h

#include "vtkConfigure.h"
#include <QtGlobal>

/* Whether we are building shared libraries.  */
#if defined ( WIN32 ) && defined ( GOFIGURE2_BUILD_SHARED_LIBS )

#if defined ( QGoGUI_EXPORT )
#define QGOGUILIB_EXPORT Q_DECL_EXPORT
#else
#define QGOGUILIB_EXPORT Q_DECL_IMPORT
#endif

#else

#define QGOGUILIB_EXPORT

#endif

#endif