Go to the documentation of this file.
12 #ifndef ZYPP_APICONFIG_H
13 #define ZYPP_APICONFIG_H
34 #define ZYPP_HELPER_DLL_EXPORT __attribute__ ((visibility ("default")))
35 #define ZYPP_HELPER_DLL_LOCAL __attribute__ ((visibility ("hidden")))
37 #define ZYPP_HELPER_DLL_EXPORT
38 #define ZYPP_HELPER_DLL_LOCAL
41 #ifdef ZYPP_DLL //defined if zypp is compiled as DLL
42 #define ZYPP_API ZYPP_HELPER_DLL_EXPORT
43 #define ZYPP_LOCAL ZYPP_HELPER_DLL_LOCAL
80 #if __GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 >= 2)
81 #ifndef ZYPP_DEPRECATED
82 #define ZYPP_DEPRECATED __attribute__ ((deprecated))
85 #ifndef ZYPP_DEPRECATED
86 #define ZYPP_DEPRECATED
90 #endif //ZYPP_APICONFIG_H