Go to the documentation of this file. 17 #ifndef ACTIVEMQ_UTIL_CONFIG_H_ 18 #define ACTIVEMQ_UTIL_CONFIG_H_ 22 #define AMQCPP_API __declspec(dllexport) 24 #define AMQCPP_API __declspec(dllimport) 27 #if defined(__GNUC__) && __GNUC__ >= 4 28 #define AMQCPP_API __attribute__ ((visibility("default"))) 39 #if defined(HAVE_CONFIG_H) 51 #ifndef HAVE_OBJBASE_H 52 #define HAVE_OBJBASE_H 57 #ifndef HAVE_WINSOCK2_H 58 #define HAVE_WINSOCK2_H 60 #ifndef HAVE_STRUCT_ADDRINFO 61 #define HAVE_STRUCT_ADDRINFO 63 #ifndef HAVE_SYS_TIMEB_H 64 #define HAVE_SYS_TIMEB_H 69 #ifndef HAVE_WINDOWS_H 70 #define HAVE_WINDOWS_H 72 #if defined(_MSC_VER) && _MSC_VER < 1600 76 #ifndef _SCL_SECURE_NO_WARNINGS 77 #define _SCL_SECURE_NO_WARNINGS 1 82 #ifndef HAVE_UUID_UUID_H 83 #define HAVE_UUID_UUID_H 88 #ifndef HAVE_PTHREAD_H 89 #define HAVE_PTHREAD_H 97 #define AMQCPP_UNUSED __attribute__ ((__unused__))