X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Facconfig.h;h=fd8927c4051bea2ecd46561a2996a460e8ddc085;hb=63ca577177f9f5db8e553372a9793b0c85f10715;hp=33f02000a4bb60cae063148eac3a4eca25b364e5;hpb=60c165f23f8d5553bd8b4fd43366fbf5f24c2832;p=crypto.git diff --git a/apps/irssi/acconfig.h b/apps/irssi/acconfig.h index 33f02000..fd8927c4 100644 --- a/apps/irssi/acconfig.h +++ b/apps/irssi/acconfig.h @@ -27,12 +27,24 @@ #undef HAVE_CURSES_RESIZETERM #undef HAVE_CURSES_WRESIZE -/* terminfo/termcap */ -#undef HAVE_TERMINFO - /* 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 +#undef UOFF_T_LONG_LONG + +/* printf()-format for uoff_t, eg. "u" or "lu" or "llu" */ +#undef PRIuUOFF_T +