Added SILC Thread Queue API
[crypto.git] / apps / irssi / acconfig.h
1 /* paths */
2 #undef SYSCONFDIR
3 #undef HELPDIR
4 #undef PLUGINSDIR
5
6 /* misc.. */
7 #undef HAVE_IPV6
8 #undef HAVE_POPT_H
9 #undef HAVE_SOCKS_H
10 #undef HAVE_PL_PERL
11 #undef HAVE_STATIC_PERL
12 #undef HAVE_GMODULE
13 #undef WANT_BIG5
14
15 /* macros/curses checks */
16 #undef HAS_CURSES
17 #undef USE_SUNOS_CURSES
18 #undef USE_BSD_CURSES
19 #undef USE_SYSV_CURSES
20 #undef USE_NCURSES
21 #undef NO_COLOR_CURSES
22 #undef SCO_FLAVOR
23
24 /* our own curses checks */
25 #undef HAVE_NCURSES_USE_DEFAULT_COLORS
26 #undef HAVE_CURSES_IDCOK
27 #undef HAVE_CURSES_RESIZETERM
28 #undef HAVE_CURSES_WRESIZE
29
30 /* nls */
31 #undef ENABLE_NLS
32 #undef HAVE_CATGETS
33 #undef HAVE_GETTEXT
34 #undef HAVE_LC_MESSAGES
35 #undef HAVE_STPCPY
36
37 /* terminfo/termcap */
38 #undef HAVE_TERMINFO
39
40 /* If set to 64, enables 64bit off_t for some systems (eg. Linux, Solaris) */
41 #undef _FILE_OFFSET_BITS
42
43 /* What type should be used for uoff_t */
44 #undef UOFF_T_INT
45 #undef UOFF_T_LONG
46 #undef UOFF_T_LONG_LONG
47
48 /* printf()-format for uoff_t, eg. "u" or "lu" or "llu" */
49 #undef PRIuUOFF_T
50