Commit 2678c532 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Undo erronously commited debug preprocessing directives

parent 3b58d322
......@@ -44,6 +44,7 @@
#ifndef HAVE_LSTAT
# define lstat( a, b ) stat(a, b)
#endif
#ifdef __APPLE__
/* Define this if the OS always use UTF-8 internally */
# define ASSUME_UTF8 1
......@@ -51,7 +52,6 @@
#if !(defined (WIN32) || defined (UNDER_CE) || defined (ASSUME_UTF8))
# define USE_ICONV 1
#error use iconv 1
#endif
#if defined (USE_ICONV) && !defined (HAVE_ICONV)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment