Fixed build issues when disabling messaging features.
This commit is contained in:
parent
d13e1133f0
commit
3806122a35
@ -21,6 +21,12 @@
|
|||||||
// the GNU General Public License cover the whole combination.
|
// the GNU General Public License cover the whole combination.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include "vmime/config.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
#if VMIME_HAVE_MESSAGING_FEATURES
|
||||||
|
|
||||||
|
|
||||||
#include "vmime/net/messageSet.hpp"
|
#include "vmime/net/messageSet.hpp"
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
@ -386,3 +392,6 @@ const messageRange& messageSet::getRangeAt(const size_t i) const
|
|||||||
|
|
||||||
} // net
|
} // net
|
||||||
} // vmime
|
} // vmime
|
||||||
|
|
||||||
|
|
||||||
|
#endif // VMIME_HAVE_MESSAGING_FEATURES
|
||||||
|
@ -25,6 +25,12 @@
|
|||||||
#define VMIME_NET_MESSAGESET_HPP_INCLUDED
|
#define VMIME_NET_MESSAGESET_HPP_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
|
#include "vmime/config.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
#if VMIME_HAVE_MESSAGING_FEATURES
|
||||||
|
|
||||||
|
|
||||||
#include "vmime/net/message.hpp"
|
#include "vmime/net/message.hpp"
|
||||||
|
|
||||||
|
|
||||||
@ -351,4 +357,7 @@ private:
|
|||||||
} // vmime
|
} // vmime
|
||||||
|
|
||||||
|
|
||||||
|
#endif // VMIME_HAVE_MESSAGING_FEATURES
|
||||||
|
|
||||||
|
|
||||||
#endif // VMIME_NET_MESSAGESET_HPP_INCLUDED
|
#endif // VMIME_NET_MESSAGESET_HPP_INCLUDED
|
||||||
|
@ -23,7 +23,9 @@
|
|||||||
|
|
||||||
#include "vmime/config.hpp"
|
#include "vmime/config.hpp"
|
||||||
|
|
||||||
#if VMIME_HAVE_TLS_SUPPORT
|
|
||||||
|
#if VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_TLS_SUPPORT
|
||||||
|
|
||||||
|
|
||||||
#include "vmime/security/cert/defaultCertificateVerifier.hpp"
|
#include "vmime/security/cert/defaultCertificateVerifier.hpp"
|
||||||
|
|
||||||
@ -172,4 +174,5 @@ void defaultCertificateVerifier::setX509TrustedCerts
|
|||||||
} // security
|
} // security
|
||||||
} // vmime
|
} // vmime
|
||||||
|
|
||||||
#endif
|
|
||||||
|
#endif // VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_TLS_SUPPORT
|
||||||
|
@ -25,6 +25,12 @@
|
|||||||
#define VMIME_SECURITY_CERT_DEFAULTCERTIFICATEVERIFIER_HPP_INCLUDED
|
#define VMIME_SECURITY_CERT_DEFAULTCERTIFICATEVERIFIER_HPP_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
|
#include "vmime/config.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
#if VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_TLS_SUPPORT
|
||||||
|
|
||||||
|
|
||||||
#include "vmime/security/cert/certificateVerifier.hpp"
|
#include "vmime/security/cert/certificateVerifier.hpp"
|
||||||
|
|
||||||
|
|
||||||
@ -85,5 +91,8 @@ private:
|
|||||||
} // vmime
|
} // vmime
|
||||||
|
|
||||||
|
|
||||||
|
#endif // VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_TLS_SUPPORT
|
||||||
|
|
||||||
|
|
||||||
#endif // VMIME_SECURITY_CERT_DEFAULTCERTIFICATEVERIFIER_HPP_INCLUDED
|
#endif // VMIME_SECURITY_CERT_DEFAULTCERTIFICATEVERIFIER_HPP_INCLUDED
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user