This file is indexed.

/usr/include/trilinos/Teuchos_DLLExportMacro.h is in libtrilinos-teuchos-dev 12.10.1-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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#if defined (_WIN32) && defined (BUILD_SHARED_LIBS)
#  if defined(TEUCHOSCORE_LIB_EXPORTS_MODE)
#    define TEUCHOSCORE_LIB_DLL_EXPORT __declspec(dllexport)
#  else
#    define TEUCHOSCORE_LIB_DLL_EXPORT __declspec(dllimport)
#  endif
#else
#  define TEUCHOSCORE_LIB_DLL_EXPORT
#endif

#if defined (_WIN32) && defined (BUILD_SHARED_LIBS)
#  if defined(TEUCHOSCOMM_LIB_EXPORTS_MODE)
#    define TEUCHOSCOMM_LIB_DLL_EXPORT __declspec(dllexport)
#  else
#    define TEUCHOSCOMM_LIB_DLL_EXPORT __declspec(dllimport)
#  endif
#else
#  define TEUCHOSCOMM_LIB_DLL_EXPORT
#endif

#if defined (_WIN32) && defined (BUILD_SHARED_LIBS)
#  if defined(TEUCHOSPARAMETERLIST_LIB_EXPORTS_MODE)
#    define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT __declspec(dllexport)
#  else
#    define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT __declspec(dllimport)
#  endif
#else
#  define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
#endif

#if defined (_WIN32) && defined (BUILD_SHARED_LIBS)
#  if defined(TEUCHOSNUMERICS_LIB_EXPORTS_MODE)
#    define TEUCHOSNUMERICS_LIB_DLL_EXPORT __declspec(dllexport)
#  else
#    define TEUCHOSNUMERICS_LIB_DLL_EXPORT __declspec(dllimport)
#  endif
#else
#  define TEUCHOSNUMERICS_LIB_DLL_EXPORT
#endif

/* Defining this to allow the backwards compatibility testing to work. This is not needed for library code */
#define TEUCHOS_LIB_DLL_EXPORT

/* There is not export stuff used in the remainder subpackage yet. */