Go to the documentation of this file. 2 #ifndef PQCOMPONENTS_EXPORT_H 3 #define PQCOMPONENTS_EXPORT_H 5 #ifdef PQCOMPONENTS_STATIC_DEFINE 6 # define PQCOMPONENTS_EXPORT 7 # define PQCOMPONENTS_NO_EXPORT 9 # ifndef PQCOMPONENTS_EXPORT 10 # ifdef pqComponents_EXPORTS 12 # define PQCOMPONENTS_EXPORT __attribute__((visibility("default"))) 15 # define PQCOMPONENTS_EXPORT __attribute__((visibility("default"))) 19 # ifndef PQCOMPONENTS_NO_EXPORT 20 # define PQCOMPONENTS_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef PQCOMPONENTS_DEPRECATED 25 # define PQCOMPONENTS_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef PQCOMPONENTS_DEPRECATED_EXPORT 29 # define PQCOMPONENTS_DEPRECATED_EXPORT PQCOMPONENTS_EXPORT PQCOMPONENTS_DEPRECATED 32 #ifndef PQCOMPONENTS_DEPRECATED_NO_EXPORT 33 # define PQCOMPONENTS_DEPRECATED_NO_EXPORT PQCOMPONENTS_NO_EXPORT PQCOMPONENTS_DEPRECATED 37 # ifndef PQCOMPONENTS_NO_DEPRECATED 38 # define PQCOMPONENTS_NO_DEPRECATED