Go to the documentation of this file. 2 #ifndef PQCORE_EXPORT_H 3 #define PQCORE_EXPORT_H 5 #ifdef PQCORE_STATIC_DEFINE 7 # define PQCORE_NO_EXPORT 10 # ifdef pqCore_EXPORTS 12 # define PQCORE_EXPORT __attribute__((visibility("default"))) 15 # define PQCORE_EXPORT __attribute__((visibility("default"))) 19 # ifndef PQCORE_NO_EXPORT 20 # define PQCORE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef PQCORE_DEPRECATED 25 # define PQCORE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef PQCORE_DEPRECATED_EXPORT 29 # define PQCORE_DEPRECATED_EXPORT PQCORE_EXPORT PQCORE_DEPRECATED 32 #ifndef PQCORE_DEPRECATED_NO_EXPORT 33 # define PQCORE_DEPRECATED_NO_EXPORT PQCORE_NO_EXPORT PQCORE_DEPRECATED 37 # ifndef PQCORE_NO_DEPRECATED 38 # define PQCORE_NO_DEPRECATED