Codebase list fcitx-sayura / fresh-snapshots/main config.h.in
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

config.h.in @fresh-snapshots/mainraw · 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__ */