5 #ifdef OLM_STATIC_DEFINE
11 /* We are building this library */
14 /* We are using this library */
19 # ifndef OLM_NO_EXPORT
20 # define OLM_NO_EXPORT
24 #ifndef OLM_DEPRECATED
25 # define OLM_DEPRECATED __attribute__ ((__deprecated__))
28 #ifndef OLM_DEPRECATED_EXPORT
29 # define OLM_DEPRECATED_EXPORT OLM_EXPORT OLM_DEPRECATED
32 #ifndef OLM_DEPRECATED_NO_EXPORT
33 # define OLM_DEPRECATED_NO_EXPORT OLM_NO_EXPORT OLM_DEPRECATED
36 #if 0 /* DEFINE_NO_DEPRECATED */
37 # ifndef OLM_NO_DEPRECATED
38 # define OLM_NO_DEPRECATED
42 #endif /* OLM_EXPORT_H */