/usr/include/log4shib/Export.hh is in liblog4shib-dev 1.0.9-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 | #ifndef _LOG4SHIB_EXPORT_HH
#define _LOG4SHIB_EXPORT_HH
#ifdef LOG4SHIB_HAS_DLL
# ifdef LOG4SHIB_BUILD_DLL
# define LOG4SHIB_EXPORT __declspec(dllexport)
# else
# define LOG4SHIB_EXPORT __declspec(dllimport)
# endif
#else
# define LOG4SHIB_EXPORT
#endif
#endif // _LOG4SHIB_EXPORT_HH
|