This file is indexed.

/usr/include/vtk-5.8/vtklibproj4/proj_config.h is in libvtk5-dev 5.8.0-5.

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

#include "vtk_libproj4_mangle.h"

#define PROJ_VERSION_MAJOR 
#define PROJ_VERSION_MINOR 
#define PROJ_VERSION_PATCH 

#define PROJ_VERSION_STRING ""

/* #undef PROJ_LIST_EXTERNAL */
/* #undef PROJ_USE_PTHREADS */
/* #undef PROJ_USE_GSL */
#ifdef PROJ_USE_GSL
#  define PROJ_HAVE_GSL
#endif /* PROJ_USE_GSL */

#define PROJ_HAVE_COMPLEX
#define PROJ_HAVE_ATANH

#ifdef BUILD_SHARED_LIBS
#  define PROJ_TMP_SHARED_LIBS BUILD_SHARED_LIBS
#  undef BUILD_SHARED_LIBS
#endif
#define BUILD_SHARED_LIBS
#ifdef BUILD_SHARED_LIBS
#  ifndef PROJ_SHARED
#    define PROJ_SHARED
#  endif /* PROJ_SHARED */
#endif /* BUILD_SHARED_LIBS */
#undef BUILD_SHARED_LIBS
#ifdef PROJ_TMP_SHARED_LIBS
#  define BUILD_SHARED_LIBS PROJ_TMP_SHARED_LIBS
#endif

#if ( defined(WIN32) || defined(_WIN32) ) && defined(PROJ_SHARED)
#  if defined(vtkproj4_EXPORTS)
#    define PROJ_EXPORT __declspec( dllexport )
#  else
#    define PROJ_EXPORT __declspec( dllimport ) 
#  endif
#else
#  define PROJ_EXPORT
#endif

#endif /* __proj_config_h */