Use OS X text converter, not iconv (trying to keep the code base the same no matter for which arch it is compiling).

This commit is contained in:
Steve Checkoway
2006-03-20 07:58:42 +00:00
parent 003cb4baa6
commit acbfd4224f
@@ -45,8 +45,6 @@ typedef unsigned long long UInt64;
# define ENDIAN_LITTLE
# define BACKTRACE_METHOD_X86_DARWIN
# define BACKTRACE_LOOKUP_METHOD_DLADDR
# define HAVE_ICONV // XXX Ugly. This has nothing to do with arch, only the version of OS X.
# define ICONV_CONST const
#endif
#ifndef MACOSX