4 /* needed for KDE_EXPORT and KDE_IMPORT macros */
8 # if defined(MAKE_PLASMA_APPLET_SYSTEM_MONITOR_LIB)
9 /* We are building this library */
10 # define SM_EXPORT KDE_EXPORT
12 /* We are using this library */
13 # define SM_EXPORT KDE_IMPORT
17 # ifndef SM_EXPORT_DEPRECATED
18 # define SM_EXPORT_DEPRECATED KDE_DEPRECATED SM_EXPORT