diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-27 04:26:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-27 04:26:15 +0800 |
commit | 87def266b0efafd38ae3a4886e2af3ee1996bdc2 (patch) | |
tree | b9ae2017f049578315ae86a07c30d62d74cd03d4 /acconfig.h | |
parent | 88186e014e53c71b1ad4a5115a0bb375342ed31b (diff) | |
download | gsoc2013-evolution-87def266b0efafd38ae3a4886e2af3ee1996bdc2.tar.gz gsoc2013-evolution-87def266b0efafd38ae3a4886e2af3ee1996bdc2.tar.zst gsoc2013-evolution-87def266b0efafd38ae3a4886e2af3ee1996bdc2.zip |
Added a flag to enable pedantic PGP/MIME - this is not recommended for
2001-09-26 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Added a flag to enable pedantic PGP/MIME - this is
not recommended for end-users. It is mostly meant for testing
purposes.
svn path=/trunk/; revision=13164
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 0f5709e194..9777d3b846 100644 --- a/acconfig.h +++ b/acconfig.h @@ -24,6 +24,7 @@ #undef USE_FLOCK #undef ENABLE_NNTP #undef HAVE_BROKEN_SPOOL +#undef ENABLE_PEDANTIC_PGPMIME /* db3 version */ #undef EVOLUTION_DB_VERSION_MAJOR |