1
0
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:
Daniel Veillard
2006-05-31 13:35:28 +00:00
parent 5869469f42
commit f79fbfc006
3 changed files with 13 additions and 0 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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