Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / acconfig.h
1 /* misc.. */
2 #undef HAVE_IPV6
3 #undef HAVE_SOCKS_H
4 #undef HAVE_STATIC_PERL
5 #undef HAVE_GMODULE
6 #undef HAVE_GC_H
7 #undef HAVE_GC_GC_H
8 #undef USE_GC
9
10 /* macros/curses checks */
11 #undef HAS_CURSES
12 #undef USE_SUNOS_CURSES
13 #undef USE_BSD_CURSES
14 #undef USE_SYSV_CURSES
15 #undef USE_NCURSES
16 #undef NO_COLOR_CURSES
17 #undef SCO_FLAVOR
18
19 /* our own curses checks */
20 #undef HAVE_NCURSES_USE_DEFAULT_COLORS
21 #undef HAVE_CURSES_IDCOK
22 #undef HAVE_CURSES_RESIZETERM
23 #undef HAVE_CURSES_WRESIZE
24
25 /* terminfo/termcap */
26 #undef HAVE_TERMINFO
27
28 /* What type should be used for uoff_t */
29 #undef UOFF_T_INT
30 #undef UOFF_T_LONG
31 #undef UOFF_T_LONG_LONG
32
33 /* printf()-format for uoff_t, eg. "u" or "lu" or "llu" */
34 #undef PRIuUOFF_T