1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-24 21:33:51 +03:00

Remove remaining definitions of STDC_HEADERS

Sync with Autotools build.
This commit is contained in:
Nick Wellnhofer 2022-04-20 19:18:17 +02:00
parent 270eb712bf
commit 02709d0f67
4 changed files with 0 additions and 10 deletions

View File

@ -204,7 +204,6 @@ if (NOT MSVC)
else()
set(SEND_ARG2_CAST "/**/")
endif()
check_include_files("float.h;stdarg.h;stdlib.h;string.h" STDC_HEADERS)
check_c_source_compiles("
#include <stdarg.h>
void a(va_list* ap) {};

View File

@ -150,9 +150,6 @@
/* Type cast for the send() function 2nd arg */
#cmakedefine SEND_ARG2_CAST @SEND_ARG2_CAST@
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1
/* Support for IPv6 */
#cmakedefine SUPPORT_IP6 1

View File

@ -144,9 +144,6 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Support for IPv6 */
#define SUPPORT_IP6

View File

@ -2,9 +2,6 @@
#define VMS 1
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
#undef PACKAGE
#undef VERSION
#undef HAVE_LIBM