Commit 35e6b342 authored by Matthias Vallentin's avatar Matthias Vallentin

Add CAF_POSIX macro.

parent b2837a58
......@@ -114,6 +114,9 @@
#else
# error Platform and/or compiler not supportet
#endif
#if defined(CAF_MACOS) || defined(CAF_LINUX) || defined(CAF_BSD)
# define CAF_POSIX
#endif
#include <cstdio>
#include <cstdlib>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment