1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

libxml.h: Remove ancient LynxOS setup

This commit is contained in:
Nick Wellnhofer 2022-12-08 03:41:36 +01:00
parent a6debffd7f
commit 924ed82735

View File

@ -34,13 +34,6 @@
#define SYSCONFDIR "/etc"
#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
#include <stdio.h>
#else