aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/security/sasl/SASLSocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vmime/security/sasl/SASLSocket.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/vmime/security/sasl/SASLSocket.hpp b/vmime/security/sasl/SASLSocket.hpp
index 03483315..f05ed424 100644
--- a/vmime/security/sasl/SASLSocket.hpp
+++ b/vmime/security/sasl/SASLSocket.hpp
@@ -25,6 +25,12 @@
#define VMIME_SECURITY_SASL_SASLSOCKET_HPP_INCLUDED
+#include "vmime/config.hpp"
+
+
+#if VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_SASL_SUPPORT
+
+
#include "vmime/types.hpp"
#include "vmime/net/socket.hpp"
@@ -78,5 +84,7 @@ private:
} // vmime
+#endif // VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_SASL_SUPPORT
+
#endif // VMIME_SECURITY_SASL_SASLSOCKET_HPP_INCLUDED