Sendmail support on POSIX platforms only.

This commit is contained in:
Vincent Richard 2005-10-11 20:54:18 +00:00
parent ebec70b308
commit d3def01573
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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