diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-13 12:37:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-13 12:37:46 +0800 |
commit | f86c60c191d3b5b648db57a4314a55ac69bef081 (patch) | |
tree | 28c3f004f8f15460ac8cf030465fb5cf3ec9290a | |
parent | 06792e484dbb00530c55f192f9be86e8ff471042 (diff) | |
download | gsoc2013-evolution-f86c60c191d3b5b648db57a4314a55ac69bef081.tar gsoc2013-evolution-f86c60c191d3b5b648db57a4314a55ac69bef081.tar.gz gsoc2013-evolution-f86c60c191d3b5b648db57a4314a55ac69bef081.tar.bz2 gsoc2013-evolution-f86c60c191d3b5b648db57a4314a55ac69bef081.tar.lz gsoc2013-evolution-f86c60c191d3b5b648db57a4314a55ac69bef081.tar.xz gsoc2013-evolution-f86c60c191d3b5b648db57a4314a55ac69bef081.tar.zst gsoc2013-evolution-f86c60c191d3b5b648db57a4314a55ac69bef081.zip |
Removed GPG stuff.
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* config.h.in: Removed GPG stuff.
* acconfig.h: Take out all refs to PGP and GPG stuff.
* configure.in: Take out the PGP/GPG detection stuff.
svn path=/trunk/; revision=7471
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | acconfig.h | 5 |
2 files changed, 4 insertions, 5 deletions
@@ -1,5 +1,9 @@ 2001-01-12 Jeffrey Stedfast <fejj@ximian.com> + * config.h.in: Removed GPG stuff. + + * acconfig.h: Take out all refs to PGP and GPG stuff. + * configure.in: Take out the PGP/GPG detection stuff. 2001-01-12 Federico Mena Quintero <federico@ximian.com> diff --git a/acconfig.h b/acconfig.h index cfe10e3083..cdc2a60974 100644 --- a/acconfig.h +++ b/acconfig.h @@ -16,11 +16,6 @@ #undef HAVE_KRB4 #undef HAVE_KRB5 #undef MOVEMAIL_PATH -#undef HAVE_LIBGPGME -#undef PGP_PROGRAM -#undef GPG_PATH -#undef PGP5_PATH -#undef PGP_PATH #undef USING_GNOME_PRINT_0_20 #undef USE_DOT #undef USE_FCNTL |