This file is indexed.

/usr/include/trilinos/Anasaziepetra_DLLExportMacro.h is in libtrilinos-anasazi-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
#define BUILD_SHARED_LIBS
#if defined (_WIN32) && defined (BUILD_SHARED_LIBS)
#  if defined(ANASAZIEPETRA_LIB_EXPORTS_MODE)
#    define ANASAZIEPETRA_LIB_DLL_EXPORT __declspec(dllexport)
#  else
#    define ANASAZIEPETRA_LIB_DLL_EXPORT __declspec(dllimport)
#  endif
#else
#  define ANASAZIEPETRA_LIB_DLL_EXPORT
#endif