1999-10-30 13:21:14 +00:00
|
|
|
/* misc.. */
|
1999-10-03 14:37:29 +00:00
|
|
|
#undef HAVE_IPV6
|
|
|
|
#undef HAVE_SOCKS_H
|
2000-09-07 22:43:07 +00:00
|
|
|
#undef HAVE_PL_PERL
|
2000-10-03 22:57:14 +00:00
|
|
|
#undef HAVE_STATIC_PERL
|
2001-01-16 00:14:14 +00:00
|
|
|
#undef HAVE_GMODULE
|
2003-01-11 00:24:30 +00:00
|
|
|
#undef HAVE_GC_H
|
|
|
|
#undef HAVE_GC_GC_H
|
2003-01-25 03:19:40 +00:00
|
|
|
#undef USE_GC
|
2004-08-20 00:03:40 +00:00
|
|
|
#undef HAVE_GLIB2
|
1999-10-03 14:37:29 +00:00
|
|
|
|
1999-10-30 13:21:14 +00:00
|
|
|
/* macros/curses checks */
|
1999-09-03 14:27:29 +00:00
|
|
|
#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
|
1999-10-30 13:21:14 +00:00
|
|
|
|
|
|
|
/* our own curses checks */
|
|
|
|
#undef HAVE_NCURSES_USE_DEFAULT_COLORS
|
|
|
|
#undef HAVE_CURSES_IDCOK
|
2000-02-20 13:40:49 +00:00
|
|
|
#undef HAVE_CURSES_RESIZETERM
|
2000-08-10 20:02:59 +00:00
|
|
|
#undef HAVE_CURSES_WRESIZE
|
2001-10-28 11:30:26 +00:00
|
|
|
|
|
|
|
/* terminfo/termcap */
|
|
|
|
#undef HAVE_TERMINFO
|
1999-10-30 13:21:14 +00:00
|
|
|
|
2002-11-21 17:48:40 +00:00
|
|
|
/* 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
|