X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=main.c;h=d21f9ee336730411c6c5e180f985da72c4f8a325;hb=7110db82d9748096f6f2dfd5034e489622bd3887;hp=8da5c926d0ac4c727bf840274dc976ea711f0213;hpb=85fd0dfe747c58f2da62074ddd90a598397a4848;p=apps%2Fmadmutt.git diff --git a/main.c b/main.c index 8da5c92..d21f9ee 100644 --- a/main.c +++ b/main.c @@ -62,16 +62,9 @@ extern int optind; #endif #endif -#ifdef USE_GNUTLS #include -#endif - #include -#ifdef USE_SSL -#include -#endif - static const char *Notice = N_("\ Copyright (C) 1996-2002 Michael R. Elkins and others.\n\ Copyright (C) 2005 The Mutt-ng Team\n\ @@ -189,14 +182,7 @@ static void show_version (void) #endif #endif -#ifdef USE_GNUTLS printf (" gnutls %s\n", LIBGNUTLS_VERSION); -#endif - -#ifdef USE_SSL - printf (" %s\n",OPENSSL_VERSION_TEXT); -#endif - printf (" gpgme %s\n", GPGME_VERSION); puts (_("Compile Options:")); @@ -233,21 +219,6 @@ static void show_version (void) #else "-USE_NNTP " #endif -#ifdef USE_GSS - "+USE_GSS " -#else - "-USE_GSS " -#endif -#ifdef USE_SSL - "+USE_SSL " -#else - "-USE_SSL " -#endif -#ifdef USE_GNUTLS - "+USE_GNUTLS " -#else - "-USE_GNUTLS " -#endif #ifdef USE_LIBESMTP "+USE_LIBESMTP " #else @@ -331,11 +302,6 @@ static void show_version (void) "+HAVE_GETSID " #else "-HAVE_GETSID " -#endif -#ifdef HAVE_GETADDRINFO - "+HAVE_GETADDRINFO " -#else - "-HAVE_GETADDRINFO " #endif );