Patch #694 ยป config_config.h.cmake.patch
config/config.h.cmake (working copy) | ||
---|---|---|
37 | 37 |
/* Define to `const' or to empty, depending on the second argument of `iconv'. */ |
38 | 38 |
#cmakedefine ICONV_ACCEPTS_CONST_INPUT 1 |
39 | 39 |
#if defined ICONV_ACCEPTS_CONST_INPUT |
40 |
#define EXV_ICONV_CONST "const"
|
|
40 |
#define EXV_ICONV_CONST const
|
|
41 | 41 |
#else |
42 | 42 |
#define EXV_ICONV_CONST |
43 | 43 |
#endif |