summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-06 10:13:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-06 10:13:01 +0000
commitd02b2498d47d9d9e3e6d30cff78e7f5435dee133 (patch)
tree1f6020ac18919df9dee40b83696e605d5fd83858 /acconfig.h
parent4a3e38f09949c92947e227122e227ef311a1e170 (diff)
[unstable] Merge changes from stable: rx -> regex, Byrial's timezone
patch, translation updates.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index 6c7c3904..7e3a9ec4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -23,7 +23,6 @@
/* What is your domain name? */
#undef DOMAIN
-@TOP@
/* Mutt version info */
#undef VERSION
@@ -97,9 +96,6 @@
/* Does your curses library support color? */
#undef HAVE_COLOR
-/* Are we using GNU rx? */
-#undef USE_GNU_RX
-
/* Compiling with SLang instead of curses/ncurses? */
#undef USE_SLANG_CURSES
@@ -137,4 +133,8 @@
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT
+/* Do we have stpcpy? */
#undef HAVE_STPCPY
+
+/* Use the included regex.c? */
+#undef USE_GNU_REGEX