Update pipeline-netcore-runtime.yml
[mono-project.git] / mono / native / pal_config.h
blob44fd5e50253124b7f0eccfe440af1aa17446cc05
1 #include <config.h>
3 #define MONO 1
4 /* clock_gettime () is found by configure on Apple builds, but its only present from ios 10, macos 10.12, tvos 10 and watchos 3 */
5 #if defined (TARGET_WASM) || defined (TARGET_IOS) || defined (TARGET_OSX) || defined (TARGET_WATCHOS) || defined (TARGET_TVOS)
6 #undef HAVE_CLOCK_MONOTONIC
7 #undef HAVE_CLOCK_MONOTONIC_COARSE
8 #endif