mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied patch from Olli Savia for LynxOS Daniel
* libxml.h triodef.h: applied patch from Olli Savia for LynxOS Daniel
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* libxml.h triodef.h: applied patch from Olli Savia for LynxOS
|
||||||
|
|
||||||
Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||||
|
|
||||||
* xpath.c include/libxml/xpath.h runsuite.c:
|
* xpath.c include/libxml/xpath.h runsuite.c:
|
||||||
|
7
libxml.h
7
libxml.h
@@ -25,6 +25,13 @@
|
|||||||
#include <libxml/xmlversion.h>
|
#include <libxml/xmlversion.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__Lynx__)
|
||||||
|
#include <stdio.h> /* pull definition of size_t */
|
||||||
|
#include <varargs.h>
|
||||||
|
int snprintf(char *, size_t, const char *, ...);
|
||||||
|
int vfprintf(FILE *, const char *, va_list);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef WITH_TRIO
|
#ifndef WITH_TRIO
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#else
|
#else
|
||||||
|
@@ -56,6 +56,8 @@
|
|||||||
# define TRIO_PLATFORM_UNIX
|
# define TRIO_PLATFORM_UNIX
|
||||||
#elif defined(__NetBSD__)
|
#elif defined(__NetBSD__)
|
||||||
# define TRIO_PLATFORM_UNIX
|
# define TRIO_PLATFORM_UNIX
|
||||||
|
#elif defined(__Lynx__)
|
||||||
|
# define TRIO_PLATFORM_UNIX
|
||||||
#elif defined(__QNX__)
|
#elif defined(__QNX__)
|
||||||
# define TRIO_PLATFORM_UNIX
|
# define TRIO_PLATFORM_UNIX
|
||||||
# define TRIO_PLATFORM_QNX
|
# define TRIO_PLATFORM_QNX
|
||||||
|
Reference in New Issue
Block a user