mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
- 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
This commit is contained in:
parent
90ff30fcd0
commit
93d6032151
34 changed files with 524 additions and 535 deletions
12
acconfig.h
12
acconfig.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue