mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
trio upgrade and integration
This commit is contained in:
10
nanohttp.c
10
nanohttp.c
@ -14,17 +14,9 @@
|
||||
/* TODO add compression support, Send the Accept- , and decompress on the
|
||||
fly with ZLIB if found at compile-time */
|
||||
|
||||
#ifdef WIN32
|
||||
#define INCLUDE_WINSOCK
|
||||
#include "win32config.h"
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/xmlversion.h>
|
||||
#include "libxml.h"
|
||||
|
||||
#ifdef LIBXML_HTTP_ENABLED
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
|
Reference in New Issue
Block a user