aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-02 10:01:00 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-02 10:01:00 +0000
commit55e1692b8dff5cd982009967e382e76898ecb418 (patch)
treefa5faeded02ee5843d3dff1d79dc45c8b31a2d0e /config.h.win32
parent9a3d4be55e02bd19c3932cdbb306fddf4a298a97 (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". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4124 f5534014-38df-0310-8fa8-9805f1628bb7
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 */