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 @@ ...@@ -44,6 +44,7 @@
#ifndef HAVE_LSTAT #ifndef HAVE_LSTAT
# define lstat( a, b ) stat(a, b) # define lstat( a, b ) stat(a, b)
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__
/* Define this if the OS always use UTF-8 internally */ /* Define this if the OS always use UTF-8 internally */
# define ASSUME_UTF8 1 # define ASSUME_UTF8 1
...@@ -51,7 +52,6 @@ ...@@ -51,7 +52,6 @@
#if !(defined (WIN32) || defined (UNDER_CE) || defined (ASSUME_UTF8)) #if !(defined (WIN32) || defined (UNDER_CE) || defined (ASSUME_UTF8))
# define USE_ICONV 1 # define USE_ICONV 1
#error use iconv 1
#endif #endif
#if defined (USE_ICONV) && !defined (HAVE_ICONV) #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