diff options
-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 |