Codebase list fcitx-sayura / 6cb2cbf0-9d8b-4d93-96dd-417012cac59b/upstream/0.1.2+git20220602.6.61f7758 config.h.in
6cb2cbf0-9d8b-4d93-96dd-417012cac59b/upstream/0.1.2+git20220602.6.61f7758

Tree @6cb2cbf0-9d8b-4d93-96dd-417012cac59b/upstream/0.1.2+git20220602.6.61f7758 (Download .tar.gz)

config.h.in @6cb2cbf0-9d8b-4d93-96dd-417012cac59b/upstream/0.1.2+git20220602.6.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__ */