1999-10-30 09:21:14 -04:00
|
|
|
/* paths */
|
1999-09-03 10:27:29 -04:00
|
|
|
#undef SYSCONFDIR
|
1999-10-30 09:21:14 -04:00
|
|
|
#undef HELPDIR
|
1999-09-03 10:27:29 -04:00
|
|
|
#undef PLUGINSDIR
|
|
|
|
|
1999-10-30 09:21:14 -04:00
|
|
|
/* misc.. */
|
1999-10-03 10:37:29 -04:00
|
|
|
#undef HAVE_IPV6
|
|
|
|
#undef HAVE_POPT_H
|
|
|
|
#undef HAVE_SOCKS_H
|
2000-09-07 18:43:07 -04:00
|
|
|
#undef HAVE_PL_PERL
|
2000-10-03 18:57:14 -04:00
|
|
|
#undef HAVE_STATIC_PERL
|
2001-01-15 19:14:14 -05:00
|
|
|
#undef HAVE_GMODULE
|
2001-05-05 14:01:35 -04:00
|
|
|
#undef WANT_BIG5
|
1999-10-03 10:37:29 -04:00
|
|
|
|
1999-10-30 09:21:14 -04:00
|
|
|
/* macros/curses checks */
|
1999-09-03 10:27:29 -04: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 09:21:14 -04:00
|
|
|
|
|
|
|
/* our own curses checks */
|
|
|
|
#undef HAVE_NCURSES_USE_DEFAULT_COLORS
|
|
|
|
#undef HAVE_CURSES_IDCOK
|
2000-02-20 08:40:49 -05:00
|
|
|
#undef HAVE_CURSES_RESIZETERM
|
2000-08-10 16:02:59 -04:00
|
|
|
#undef HAVE_CURSES_WRESIZE
|
2001-10-28 06:30:26 -05:00
|
|
|
|
|
|
|
/* terminfo/termcap */
|
|
|
|
#undef HAVE_TERMINFO
|
1999-10-30 09:21:14 -04:00
|
|
|
|
|
|
|
/* nls */
|
|
|
|
#undef ENABLE_NLS
|
|
|
|
#undef HAVE_CATGETS
|
|
|
|
#undef HAVE_GETTEXT
|
|
|
|
#undef HAVE_LC_MESSAGES
|
|
|
|
#undef HAVE_STPCPY
|
2002-08-26 15:32:15 -04:00
|
|
|
|
|
|
|
/* SSL */
|
|
|
|
#undef HAVE_OPENSSL
|
2002-11-21 12:48:40 -05: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
|