Codebase list fcitx-cloudpinyin / scrub-obsolete/main config.h.in
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

config.h.in @scrub-obsolete/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