diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-25 05:17:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-25 05:17:27 +0800 |
commit | 8034bd125495a5b1adcd2449534d1d2208bd96e8 (patch) | |
tree | 0d963ba80c4de01fc5559d76f85bfb905db99ff3 /acconfig.h | |
parent | 3c81d8bb9e173bf61f4016e0154a1f4045cc6ba6 (diff) | |
download | gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.gz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.bz2 gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.lz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.xz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.zst gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.zip |
Add CamelTransport abstract class and CamelSendmailTransport
svn path=/trunk/; revision=1921
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 0a5755ffc0..46f03b62ef 100644 --- a/acconfig.h +++ b/acconfig.h @@ -9,6 +9,7 @@ #undef HAVE_BONOBO #undef CAMEL_HARD_LOG_LEVEL #undef ENABLE_THREADS +#undef SENDMAIL_PATH /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK |