KHolidays Library
2 #ifndef KHOLIDAYS_EXPORT_H
3 #define KHOLIDAYS_EXPORT_H
5 #ifdef KHOLIDAYS_STATIC_DEFINE
6 # define KHOLIDAYS_EXPORT
7 # define KHOLIDAYS_NO_EXPORT
9 # ifndef KHOLIDAYS_EXPORT
10 # ifdef kholidays_EXPORTS
12 # define KHOLIDAYS_EXPORT __attribute__((visibility("default")))
15 # define KHOLIDAYS_EXPORT __attribute__((visibility("default")))
19 # ifndef KHOLIDAYS_NO_EXPORT
20 # define KHOLIDAYS_NO_EXPORT __attribute__((visibility("hidden")))
24 #ifndef KHOLIDAYS_DEPRECATED
25 # define KHOLIDAYS_DEPRECATED __attribute__ ((__deprecated__))
28 #ifndef KHOLIDAYS_DEPRECATED_EXPORT
29 # define KHOLIDAYS_DEPRECATED_EXPORT KHOLIDAYS_EXPORT KHOLIDAYS_DEPRECATED
32 #ifndef KHOLIDAYS_DEPRECATED_NO_EXPORT
33 # define KHOLIDAYS_DEPRECATED_NO_EXPORT KHOLIDAYS_NO_EXPORT KHOLIDAYS_DEPRECATED
37 # ifndef KHOLIDAYS_NO_DEPRECATED
38 # define KHOLIDAYS_NO_DEPRECATED
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:50:30 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.