diff options
author | Timo Sirainen <cras@irssi.org> | 2000-05-09 11:42:42 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-05-09 11:42:42 +0000 |
commit | 93d603215114093b92837df0604c5fe285cc04a6 (patch) | |
tree | f128c498946922199a426d46574612b22c539f66 /acconfig.h | |
parent | 90ff30fcd01cd15323a6d2d5fd9797660021b475 (diff) | |
download | irssi-93d603215114093b92837df0604c5fe285cc04a6.zip |
- Compiling fixes
- GNOME version isn't anymore build here so you don't need all that GTK and
GNOME crap to compile irssi-text.
- Some fixes to compile with -ansi -pedantic
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@200 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -2,17 +2,6 @@ #undef SYSCONFDIR #undef HELPDIR #undef PLUGINSDIR -#undef LOCALEDIR - -/* gtk / gnome */ -#undef HAVE_GTK -#undef HAVE_IMLIB -#undef HAVE_GNOME -#undef HAVE_GNOME_PANEL - -/* hebrew support for GtkText */ -#undef GTK_HEBREW -#undef GTK_HEBREW_RC /* misc.. */ #undef MEM_DEBUG @@ -29,7 +18,6 @@ #undef USE_NCURSES #undef NO_COLOR_CURSES #undef SCO_FLAVOR -#undef NCURSES_970530 /* our own curses checks */ #undef HAVE_NCURSES_USE_DEFAULT_COLORS |