|
|
@ -27,7 +27,7 @@ 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 4
|
|
|
|
#define HTTP_PARSER_VERSION_MINOR 4
|
|
|
|
#define HTTP_PARSER_VERSION_PATCH 0
|
|
|
|
#define HTTP_PARSER_VERSION_PATCH 1
|
|
|
|
|
|
|
|
|
|
|
|
#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)
|
|
|
|