X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Facconfig.h;fp=apps%2Firssi%2Facconfig.h;h=cfe623818dc94a73e74c41d787acbfe246e22798;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=fd8927c4051bea2ecd46561a2996a460e8ddc085;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/acconfig.h b/apps/irssi/acconfig.h index fd8927c4..cfe62381 100644 --- a/apps/irssi/acconfig.h +++ b/apps/irssi/acconfig.h @@ -1,16 +1,11 @@ -/* paths */ -#undef SYSCONFDIR -#undef HELPDIR -#undef PLUGINSDIR - /* misc.. */ #undef HAVE_IPV6 -#undef HAVE_POPT_H #undef HAVE_SOCKS_H -#undef HAVE_PL_PERL #undef HAVE_STATIC_PERL #undef HAVE_GMODULE -#undef WANT_BIG5 +#undef HAVE_GC_H +#undef HAVE_GC_GC_H +#undef USE_GC /* macros/curses checks */ #undef HAS_CURSES @@ -27,19 +22,9 @@ #undef HAVE_CURSES_RESIZETERM #undef HAVE_CURSES_WRESIZE -/* nls */ -#undef ENABLE_NLS -#undef HAVE_CATGETS -#undef HAVE_GETTEXT -#undef HAVE_LC_MESSAGES -#undef HAVE_STPCPY - /* terminfo/termcap */ #undef HAVE_TERMINFO -/* If set to 64, enables 64bit off_t for some systems (eg. Linux, Solaris) */ -#undef _FILE_OFFSET_BITS - /* What type should be used for uoff_t */ #undef UOFF_T_INT #undef UOFF_T_LONG @@ -47,4 +32,3 @@ /* printf()-format for uoff_t, eg. "u" or "lu" or "llu" */ #undef PRIuUOFF_T -