From: Thomas Roessler Date: Tue, 25 Apr 2000 18:28:19 +0000 (+0000) Subject: acconfig.h: Remove duplicate VERSION and unused HAVE_GETOPT_DECL. X-Git-Tag: mutt-1-1-13-rel~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=998ac76c520ffa5d648586bf35da99f294de1cec;p=mutt acconfig.h: Remove duplicate VERSION and unused HAVE_GETOPT_DECL. Remove DEBUGGER (it's AC_SUBST'ed, not AC_DEFINE'd). Add defines for curses functions. (From Lars Hecking.) --- diff --git a/acconfig.h b/acconfig.h index 0da54fda..f9292f3a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,9 +17,6 @@ /* What is your domain name? */ #undef DOMAIN -/* Mutt version info */ -#undef VERSION - /* use dotlocking to lock mailboxes? */ #undef USE_DOTLOCK @@ -117,9 +114,6 @@ /* Does your system have the fchdir() call? */ #undef HAVE_FCHDIR -/* getopt() is available, but not declared in any header */ -#undef HAVE_GETOPT_DECL - /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES @@ -156,5 +150,24 @@ /* define when your system has the setrlimit function */ #undef HAVE_SETRLIMIT -/* where can we find a debugger */ -#undef DEBUGGER +/* Define if you have start_color, as a function or macro. */ +#undef HAVE_START_COLOR + +/* Define if you have typeahead, as a function or macro. */ +#undef HAVE_TYPEAHEAD + +/* Define if you have bkgdset, as a function or macro. */ +#undef HAVE_BKGDSET + +/* Define if you have curs_set, as a function or macro. */ +#undef HAVE_CURS_SET + +/* Define if you have meta, as a function or macro. */ +#undef HAVE_META + +/* Define if you have use_default_colors, as a function or macro. */ +#undef HAVE_USE_DEFAULT_COLORS + +/* Define if you have resizeterm, as a function or macro. */ +#undef HAVE_RESIZETERM +