Net-AMQP-RabbitMQ
view release on metacpan or search on metacpan
rabbitmq-include/amqp_private.h view on Meta::CPAN
" and Alan Antonuk."
#include "rabbitmq-c/amqp.h"
#include "rabbitmq-c/framing.h"
#include <string.h>
#if ((defined(_WIN32)) || (defined(__MINGW32__)) || (defined(__MINGW64__)))
#ifndef WINVER
/* WINVER 0x0502 is WinXP SP2+, Windows Server 2003 SP1+
* See:
* http://msdn.microsoft.com/en-us/library/windows/desktop/aa383745(v=vs.85).aspx#macros_for_conditional_declarations
*/
#define WINVER 0x0502
#endif
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <winsock2.h>
#else
#include <arpa/inet.h>
#include <sys/uio.h>
( run in 0.371 second using v1.01-cache-2.11-cpan-299005ec8e3 )