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:
parent
270eb712bf
commit
02709d0f67
@ -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) {};
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user