aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-02 10:01:00 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-02 10:01:00 +0000
commitf1b98e60bcd6614ade2fc9d28da7f4b7636e4aed (patch)
treefa5faeded02ee5843d3dff1d79dc45c8b31a2d0e /config.h.win32
parent4ce74359eb0d2c56bba24b888b2912d9dd2e3123 (diff)
Don't assume that all UNIX platforms have <iconv.h> - explicitly check
whether it's present. This puts HAVE_ICONV_H in the "config.h" file, so put in an entry for it in "config.h.win32" - an entry that doesn't define it - and get rid of the check for WIN32 in "xmlstub.h". svn path=/trunk/; revision=4124
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 54631924b1..08b4cd7085 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.32 2001/08/21 06:39:14 guy Exp $ */
+/* $Id: config.h.win32,v 1.33 2001/11/02 10:01:00 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -55,6 +55,9 @@
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
+/* Define if you have the <iconv.h> header file. */
+/* #undef HAVE_ICONV_H */
+
/* Define if you have the <netdb.h> header file. */
/* #undef HAVE_NETDB_H */