diff options
Diffstat (limited to '')
-rw-r--r-- | src/platforms/posix/handler.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/platforms/posix/handler.hpp b/src/platforms/posix/handler.hpp index 145595b2..252d45d3 100644 --- a/src/platforms/posix/handler.hpp +++ b/src/platforms/posix/handler.hpp @@ -69,8 +69,13 @@ public: private: +#if VMIME_HAVE_MESSAGING_FEATURES posixSocketFactory* m_socketFactory; +#endif + +#if VMIME_HAVE_FILESYSTEM_FEATURES posixFileSystemFactory* m_fileSysFactory; +#endif }; |