Codebase list fcitx-cloudpinyin / debian/0.3.4-2 config.h.in
debian/0.3.4-2

Tree @debian/0.3.4-2 (Download .tar.gz)

config.h.in @debian/0.3.4-2raw · 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