mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
trio upgrade and integration
This commit is contained in:
14
nanoftp.c
14
nanoftp.c
@@ -12,19 +12,19 @@
|
||||
#define HAVE_NETINET_IN_H
|
||||
#define HAVE_NETDB_H
|
||||
#define HAVE_SYS_TIME_H
|
||||
#else /* STANDALONE */
|
||||
#ifdef WIN32
|
||||
#define INCLUDE_WINSOCK
|
||||
#include "win32config.h"
|
||||
#include <libxml/xmlversion.h>
|
||||
#ifdef WITHOUT_TRIO
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#define TRIO_REPLACE_STDIO
|
||||
#include "trio.h"
|
||||
#endif
|
||||
#else /* STANDALONE */
|
||||
#include "libxml.h"
|
||||
#endif /* STANDALONE */
|
||||
|
||||
#include <libxml/xmlversion.h>
|
||||
|
||||
#ifdef LIBXML_FTP_ENABLED
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
|
Reference in New Issue
Block a user