Bug #824: undeclared identifier EXV_ICONV_CONST
This commit is contained in:
parent
70b9d21bb8
commit
b2a9b6cb9e
@ -53,6 +53,10 @@ typedef int pid_t;
|
||||
/* Define to 1 if you have the `iconv' function. */
|
||||
# undef EXV_HAVE_ICONV
|
||||
|
||||
#ifdef EXV_HAVE_ICONV
|
||||
#define EXV_ICONV_CONST const
|
||||
#endif
|
||||
|
||||
/* Define as 1 if you have the `zlib' library. (0 to omit zlib) [png support] */
|
||||
#define HAVE_LIBZ 1
|
||||
|
||||
|
||||
@ -53,6 +53,10 @@ typedef int pid_t;
|
||||
/* Define to 1 if you have the `iconv' function. */
|
||||
# undef EXV_HAVE_ICONV
|
||||
|
||||
#ifdef EXV_HAVE_ICONV
|
||||
#define EXV_ICONV_CONST const
|
||||
#endif
|
||||
|
||||
/* Define as 1 if you have the `zlib' library. (0 to omit zlib) [png support] */
|
||||
#define HAVE_LIBZ 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user