diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-26 14:07:09 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-26 14:27:59 +0100 |
commit | 550a0419a64f01e8b14f5ecaed6f1b8d190837f5 (patch) | |
tree | c4d63ba229c8ac13316508c26141ecfc2bd150c0 /config.h.in | |
parent | 9b12c830d10a84460b79ac6b7a10e2bf190722ef (diff) | |
download | xK-550a0419a64f01e8b14f5ecaed6f1b8d190837f5.tar.gz xK-550a0419a64f01e8b14f5ecaed6f1b8d190837f5.tar.xz xK-550a0419a64f01e8b14f5ecaed6f1b8d190837f5.zip |
degesch: detect //TRANSLIT support, use cp1252
Now BSDs should have it enabled as well.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 100ac26..e5a98d0 100644 --- a/config.h.in +++ b/config.h.in @@ -8,4 +8,6 @@ #cmakedefine HAVE_EDITLINE #cmakedefine HAVE_LUA +#cmakedefine01 ICONV_ACCEPTS_TRANSLIT + #endif // ! CONFIG_H |