]> granicus.if.org Git - mutt/commitdiff
acconfig.h: Remove duplicate VERSION and unused HAVE_GETOPT_DECL.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 25 Apr 2000 18:28:19 +0000 (18:28 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 25 Apr 2000 18:28:19 +0000 (18:28 +0000)
Remove DEBUGGER (it's AC_SUBST'ed, not AC_DEFINE'd). Add defines for
curses functions. (From Lars Hecking.)

acconfig.h

index 0da54fda64bc55f326a010b7cbee27715a8a8b9b..f9292f3a5efb3d8896cd261914a0b1eefeefe160 100644 (file)
@@ -17,9 +17,6 @@
 /* What is your domain name? */
 #undef DOMAIN
 
-/* Mutt version info */
-#undef VERSION
-
 /* use dotlocking to lock mailboxes? */
 #undef USE_DOTLOCK
 
 /* 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
 
 /* 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
+