mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
29cf546ee4
GC support was never enabled by default and nobody in the current development team seems to care about it.
32 lines
646 B
C
32 lines
646 B
C
/* misc.. */
|
|
#undef HAVE_IPV6
|
|
#undef HAVE_SOCKS_H
|
|
#undef HAVE_STATIC_PERL
|
|
#undef HAVE_GMODULE
|
|
|
|
/* macros/curses checks */
|
|
#undef HAS_CURSES
|
|
#undef USE_SUNOS_CURSES
|
|
#undef USE_BSD_CURSES
|
|
#undef USE_SYSV_CURSES
|
|
#undef USE_NCURSES
|
|
#undef NO_COLOR_CURSES
|
|
#undef SCO_FLAVOR
|
|
|
|
/* our own curses checks */
|
|
#undef HAVE_NCURSES_USE_DEFAULT_COLORS
|
|
#undef HAVE_CURSES_IDCOK
|
|
#undef HAVE_CURSES_RESIZETERM
|
|
#undef HAVE_CURSES_WRESIZE
|
|
|
|
/* terminfo/termcap */
|
|
#undef HAVE_TERMINFO
|
|
|
|
/* 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
|