Delete tests against some defines because there is nothing in configure
to generate those defines:
HAVE_ALLOCA_H
HAVE_GNUTLS_OPENSSL_H
HAVE_PGP
HAVE_REGCOMP
HAVE_SMIME
They are like `#if 0`, only harder to spot!
#include "mutt_curses.h"
#include "mutt_idna.h"
#include "sort.h"
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
#ifdef USE_NOTMUCH
#include "mutt_notmuch.h"
#endif
#include "mutt.h"
#include "bcache.h"
#include "mx.h"
-#ifdef HAVE_PGP
-#include "pgp.h"
-#endif
#ifdef USE_HCACHE
#include "hcache.h"
#endif
h->content->length = ftell(msg->fp) - h->content->offset;
-/* This needs to be done in case this is a multipart message */
-#if defined(HAVE_PGP) || defined(HAVE_SMIME)
- h->security = crypt_query(h->content);
-#endif
-
mutt_clear_error();
rewind(msg->fp);
HEADER_DATA(h)->parsed = true;
#include "mutt_regex.h"
#include "mutt_socket.h"
#include "mutt_ssl.h"
-#ifdef HAVE_GNUTLS_OPENSSL_H
-#include <gnutls/openssl.h>
-#endif
/* certificate error bitmap values */
#define CERTERR_VALID 0
#ifdef USE_SSL
#include "mutt_ssl.h"
#endif
-#ifdef HAVE_PGP
-#include "pgp.h"
-#endif
-#ifdef HAVE_SMIME
-#include "smime.h"
-#endif
#ifdef USE_HCACHE
#include "hcache.h"
#endif
#else
{ "HAVE_META", 0 },
#endif
-#ifdef HAVE_REGCOMP
{ "HAVE_REGCOMP", 1 },
-#else
- { "HAVE_REGCOMP", 0 },
-#endif
#ifdef HAVE_RESIZETERM
{ "HAVE_RESIZETERM", 1 },
#else