- config.h.in configure.in xmlversion.h.in: added ansidecl.h test

Daniel
This commit is contained in:
Daniel Veillard 2001-04-11 12:22:25 +00:00
parent afc7311e0b
commit 27b5528986
5 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* config.h.in configure.in xmlversion.h.in: added ansidecl.h test
Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* doc/xml.html: added 2.3.6 release

View File

@ -76,6 +76,9 @@
/* Define if you have the vsprintf function. */
#undef HAVE_VSPRINTF
/* Define if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H
/* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

View File

@ -73,7 +73,7 @@ dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h unistd.h ctype.h dirent.h errno.h malloc.h)
AC_CHECK_HEADERS(stdarg.h sys/stat.h sys/types.h time.h)
AC_CHECK_HEADERS(stdarg.h sys/stat.h sys/types.h time.h ansidecl.h)
AC_CHECK_HEADERS(ieeefp.h nan.h math.h fp_class.h float.h)
AC_CHECK_HEADERS(stdlib.h sys/socket.h netinet/in.h arpa/inet.h)
AC_CHECK_HEADERS(netdb.h sys/time.h sys/select.h sys/mman.h)

View File

@ -131,7 +131,9 @@ extern void xmlCheckVersion(int version);
#endif
#ifdef __GNUC__
#ifdef HAVE_ANSIDECL_H
#include <ansidecl.h>
#endif
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED
#endif

View File

@ -131,7 +131,9 @@ extern void xmlCheckVersion(int version);
#endif
#ifdef __GNUC__
#ifdef HAVE_ANSIDECL_H
#include <ansidecl.h>
#endif
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED
#endif