Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_H

to HAVE_ICONV.

svn path=/trunk/; revision=18758
This commit is contained in:
Gerald Combs 2006-07-18 15:54:03 +00:00
parent e36045c1ca
commit c52c646842
4 changed files with 482 additions and 482 deletions

View File

@ -91,7 +91,7 @@
#define HAVE_FCNTL_H 1
/* Define if you have the <iconv.h> header file. */
/* #undef HAVE_ICONV_H */
/* #undef HAVE_ICONV */
/* Define if you have the <netdb.h> header file. */
/* #undef HAVE_NETDB_H */

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -104,7 +104,7 @@ extern void xmlCheckVersion(int version);
/*
* Whether iconv support is available
*/
#ifdef HAVE_ICONV_H
#ifdef HAVE_ICONV
#define LIBXML_ICONV_ENABLED
#include <iconv.h>
#else