/usr/include/trilinos/Epetra_DLLExportMacro.h is in libtrilinos-epetra-dev 12.12.1-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 | #define BUILD_SHARED_LIBS
#if defined (_WIN32) && defined (BUILD_SHARED_LIBS)
# if defined(EPETRA_LIB_EXPORTS_MODE)
# define EPETRA_LIB_DLL_EXPORT __declspec(dllexport)
# else
# define EPETRA_LIB_DLL_EXPORT __declspec(dllimport)
# endif
#else
# define EPETRA_LIB_DLL_EXPORT
#endif
|