aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-18 01:29:14 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-18 01:29:14 +0800
commit3a51f7793e0a7df908768056da6e60a8e0ae9e51 (patch)
tree06a30d5852ccccbb75a53f1fa7361978cae48db1 /acconfig.h
parent2e8306e07bc705f7e927574d4ef03bb03f9e5e1e (diff)
downloadgsoc2013-evolution-3a51f7793e0a7df908768056da6e60a8e0ae9e51.tar
gsoc2013-evolution-3a51f7793e0a7df908768056da6e60a8e0ae9e51.tar.gz
gsoc2013-evolution-3a51f7793e0a7df908768056da6e60a8e0ae9e51.tar.bz2
gsoc2013-evolution-3a51f7793e0a7df908768056da6e60a8e0ae9e51.tar.lz
gsoc2013-evolution-3a51f7793e0a7df908768056da6e60a8e0ae9e51.tar.xz
gsoc2013-evolution-3a51f7793e0a7df908768056da6e60a8e0ae9e51.tar.zst
gsoc2013-evolution-3a51f7793e0a7df908768056da6e60a8e0ae9e51.zip
Replace `--with-x-mailer' with a more generic `--with-sub-version'.
The value you provide is now also displayed in the shell title bar. And while I was at it, I changed the title bar so that it displays the name of the folder first (instead of "Evolution - Inbox" it says "Inbox - Evolution 0.8 [yaddayadda]"). svn path=/trunk/; revision=7585
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 39c6c68e20..9926571580 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,7 +6,6 @@
#undef HAVE_LIBSM
#undef PACKAGE
#undef VERSION
-#undef XMAILER_VERSION
#undef ENABLE_THREADS
#undef SENDMAIL_PATH
#undef SYSTEM_MAIL_DIR
@@ -24,6 +23,9 @@
#undef NEED_KRB_SENDAUTH_PROTO
#undef HAVE_ISBLANK
+/* Sub-version identification string. */
+#undef SUB_VERSION
+
/* Define this if you want to build against the development gtk */
#undef HAVE_DEVGTK