Loading...
Searching...
No Matches
Go to the documentation of this file.
10#ifndef MCRL2_UTILITIES_PLATFORM_H_
11#define MCRL2_UTILITIES_PLATFORM_H_
15 #define MCRL2_PLATFORM_WINDOWS 1
19 #define MCRL2_PLATFORM_LINUX 1
23 #define MCRL2_PLATFORM_FREEBSD 1
27 #define MCRL2_PLATFORM_MAC 1
31#if defined(__GNUC__) && !defined(__clang)
33 #define MCRL2_COMPILER_GCC 1
37 #define MCRl2_COMPILER_CLANG 1