diff options
author | Timo Sirainen <cras@irssi.org> | 2001-05-05 18:01:35 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-05-05 18:01:35 +0000 |
commit | 2fa3d54fb3c21f24aa60fead60aaf2a1f767fc56 (patch) | |
tree | 559e6460706633949fac14df5213d3aeece12e8e | |
parent | de3116ef54c4cbb9eb48dd041e8e3204d6175bc4 (diff) | |
download | irssi-2fa3d54fb3c21f24aa60fead60aaf2a1f767fc56.zip |
forgot big5 define
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1460 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ #undef HAVE_PL_PERL #undef HAVE_STATIC_PERL #undef HAVE_GMODULE +#undef WANT_BIG5 /* macros/curses checks */ #undef HAS_CURSES |