Codebase list fcitx-cloudpinyin / 7f7e4aca-2bb8-4561-9727-177720dbcbcf/upstream/0.3.7+git20191103.2.a42ae67 config.h.in
7f7e4aca-2bb8-4561-9727-177720dbcbcf/upstream/0.3.7+git20191103.2.a42ae67

Tree @7f7e4aca-2bb8-4561-9727-177720dbcbcf/upstream/0.3.7+git20191103.2.a42ae67 (Download .tar.gz)

config.h.in @7f7e4aca-2bb8-4561-9727-177720dbcbcf/upstream/0.3.7+git20191103.2.a42ae67raw · 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