Your IP : 216.73.216.48


Current Path : /usr/X11/include/qgpgme/
Upload File :
Current File : //usr/X11/include/qgpgme/qgpgme_export.h

#ifndef QGPGME_EXPORT_H
#define QGPGME_EXPORT_H

#ifdef QGPGME_STATIC_DEFINE
#  define QGPGME_EXPORT
#  define QGPGME_NO_EXPORT
#else
#  ifndef QGPGME_EXPORT
#    ifdef qgpgme_EXPORTS
        /* We are building this library */
#      define QGPGME_EXPORT __attribute__((visibility("default")))
#    else
        /* We are using this library */
#      define QGPGME_EXPORT __attribute__((visibility("default")))
#    endif
#  endif

#  ifndef QGPGME_NO_EXPORT
#    define QGPGME_NO_EXPORT __attribute__((visibility("hidden")))
#  endif
#endif

#ifndef QGPGME_DEPRECATED
#  define QGPGME_DEPRECATED __attribute__ ((__deprecated__))
#endif

#ifndef QGPGME_DEPRECATED_EXPORT
#  define QGPGME_DEPRECATED_EXPORT QGPGME_EXPORT QGPGME_DEPRECATED
#endif

#ifndef QGPGME_DEPRECATED_NO_EXPORT
#  define QGPGME_DEPRECATED_NO_EXPORT QGPGME_NO_EXPORT QGPGME_DEPRECATED
#endif

#define DEFINE_NO_DEPRECATED 0
#if DEFINE_NO_DEPRECATED
# define QGPGME_NO_DEPRECATED
#endif

#endif