Codebase list fcitx-cloudpinyin / lintian-fixes/main config.h.in
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

config.h.in @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#cmakedefine LIBICONV_SECOND_ARGUMENT_IS_CONST
#cmakedefine LOCALEDIR "@LOCALEDIR@"
#define _GNU_SOURCE

#ifdef LIBICONV_SECOND_ARGUMENT_IS_CONST
typedef const char* IconvStr;
#else
typedef char* IconvStr;
#endif