Added --disable-iconv-open option for configure to turn off all use
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 70da486..be7cf8a 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -416,7 +416,7 @@ enum delret {
 # include <limits.h>
 #endif
 
-#if defined HAVE_ICONV_OPEN && defined HAVE_ICONV_H
+#if defined USE_ICONV_OPEN && defined HAVE_ICONV_H
 #include <iconv.h>
 #ifndef ICONV_CONST
 #define ICONV_CONST