mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Command line argument handling works.
-c server [-p port] : connects to server at startup -n : don't autoconnect to any servers git-svn-id: http://svn.irssi.org/repos/irssi/trunk@33 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
69546b19de
commit
9ccee0a31b
3 changed files with 59 additions and 42 deletions
19
acconfig.h
19
acconfig.h
|
|
@ -1,17 +1,22 @@
|
|||
#undef HAVE_GTK
|
||||
#undef HAVE_GNOME
|
||||
#undef HAVE_GNOME_PANEL
|
||||
#undef SYSCONFDIR
|
||||
#undef PLUGINSDIR
|
||||
#undef PERLSCRIPTDIR
|
||||
#undef GTK_10
|
||||
#undef HAVE_SOCKS_H
|
||||
|
||||
#undef HAVE_GTK
|
||||
#undef HAVE_IMLIB
|
||||
#undef MEM_DEBUG
|
||||
#undef HAVE_IPV6
|
||||
#undef HAVE_GNOME
|
||||
#undef HAVE_GNOME_PANEL
|
||||
|
||||
#undef GTK_HEBREW
|
||||
#undef GTK_HEBREW_RC
|
||||
|
||||
#undef MEM_DEBUG
|
||||
#undef HAVE_IPV6
|
||||
|
||||
#undef HAVE_POPT_H
|
||||
#undef HAVE_POPT_GNOME_H
|
||||
#undef HAVE_SOCKS_H
|
||||
|
||||
#undef HAVE_NCURSES_USE_DEFAULT_COLORS
|
||||
#undef HAVE_CURSES_IDCOK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue