Sendmail support on POSIX platforms only.
This commit is contained in:
parent
ebec70b308
commit
d3def01573
@ -20,6 +20,9 @@
|
||||
#include "vmime/net/sendmail/sendmailServiceInfos.hpp"
|
||||
|
||||
|
||||
#if VMIME_BUILTIN_PLATFORM_POSIX
|
||||
|
||||
|
||||
namespace vmime {
|
||||
namespace net {
|
||||
namespace sendmail {
|
||||
@ -63,3 +66,6 @@ const std::vector <serviceInfos::property> sendmailServiceInfos::getAvailablePro
|
||||
} // net
|
||||
} // vmime
|
||||
|
||||
|
||||
#endif // VMIME_BUILTIN_PLATFORM_POSIX
|
||||
|
||||
|
@ -29,6 +29,9 @@
|
||||
#include "vmime/net/serviceInfos.hpp"
|
||||
|
||||
|
||||
#if VMIME_BUILTIN_PLATFORM_POSIX
|
||||
|
||||
|
||||
namespace vmime {
|
||||
namespace net {
|
||||
namespace sendmail {
|
||||
@ -60,5 +63,8 @@ public:
|
||||
} // vmime
|
||||
|
||||
|
||||
#endif // VMIME_BUILTIN_PLATFORM_POSIX
|
||||
|
||||
|
||||
#endif // VMIME_NET_SENDMAIL_SENDMAILSERVICEINFOS_HPP_INCLUDED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user