* Enable monitor support

This commit is contained in:
Michaël Van Canneyt 2024-02-23 14:33:09 +01:00
parent e1b2feac33
commit 4c26e4f989
8 changed files with 12 additions and 1 deletions

View File

@ -17,6 +17,7 @@ unit System;
interface
{$define FPC_IS_SYSTEM}
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$linklib m}

View File

@ -24,7 +24,7 @@ Unit System;
Interface
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$define FPC_USE_SIGPROCMASK}
{$define FPC_USE_SIGALTSTACK}

View File

@ -15,6 +15,7 @@
unit System;
interface
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$define FPC_IS_SYSTEM}
{$ifdef SYSTEMDEBUG}
{$define SYSTEMEXCEPTIONDEBUG}

View File

@ -16,6 +16,8 @@ unit System;
interface
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$define FPC_IS_SYSTEM}
{$linklib m}

View File

@ -17,6 +17,8 @@ unit system;
interface
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$define FPC_IS_SYSTEM}
{$ifdef FPC_WASM_THREADS}
{$define DISABLE_NO_THREAD_MANAGER}

View File

@ -16,6 +16,8 @@
unit System;
interface
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$define FPC_IS_SYSTEM}
{$ifdef SYSTEMDEBUG}
{$define SYSTEMEXCEPTIONDEBUG}

View File

@ -17,6 +17,8 @@ unit System;
interface
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$define FPC_IS_SYSTEM}
{ $define SYSTEMEXCEPTIONDEBUG}

View File

@ -17,6 +17,7 @@ unit System;
interface
{$DEFINE SYSTEM_HAS_FEATURE_MONITOR}
{$define FPC_IS_SYSTEM}
{$ifdef SYSTEMDEBUG}
{$define SYSTEMEXCEPTIONDEBUG}