Codebase list fcitx-sayura / upstream/0.1.2+git20220602.14.61f7758 config.h.in
upstream/0.1.2+git20220602.14.61f7758

Tree @upstream/0.1.2+git20220602.14.61f7758 (Download .tar.gz)

config.h.in @upstream/0.1.2+git20220602.14.61f7758raw · history · blame

#ifndef ___CONFIG_H___
#define ___CONFIG_H___

#define LOCALEDIR "@LOCALEDIR@"

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

#endif /* __CONFIG_H__ */