Project

General

Profile

Patch #694 ยป config_config.h.cmake.patch

Nikolai Saoukh, 13 Apr 2010 23:10

View differences:

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
    (1-1/1)