|
|
@ -26,8 +26,8 @@ extern "C" {
|
|
|
|
|
|
|
|
|
|
|
|
/* Also update SONAME in the Makefile whenever you change these. */
|
|
|
|
/* Also update SONAME in the Makefile whenever you change these. */
|
|
|
|
#define HTTP_PARSER_VERSION_MAJOR 2
|
|
|
|
#define HTTP_PARSER_VERSION_MAJOR 2
|
|
|
|
#define HTTP_PARSER_VERSION_MINOR 2
|
|
|
|
#define HTTP_PARSER_VERSION_MINOR 3
|
|
|
|
#define HTTP_PARSER_VERSION_PATCH 1
|
|
|
|
#define HTTP_PARSER_VERSION_PATCH 0
|
|
|
|
|
|
|
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)
|
|
|
|
#if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)
|
|
|
|