summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-04-25 18:28:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-04-25 18:28:19 +0000
commit998ac76c520ffa5d648586bf35da99f294de1cec (patch)
tree85381d88c3eb0fdde5f1a0aed8ac27e7d28d98aa /acconfig.h
parentbceab3c73d2d9543d0eae885daff318c62c69e33 (diff)
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.)
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h29
1 files changed, 21 insertions, 8 deletions
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
+