Merged Irssi SVN (upcoming irssi 0.8.11).
[silc.git] / apps / irssi / acconfig.h
index 33f02000a4bb60cae063148eac3a4eca25b364e5..fd8927c4051bea2ecd46561a2996a460e8ddc085 100644 (file)
 #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
+