diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b823c8e080..eca2d66a2c 100644 --- a/config.h.in +++ b/config.h.in @@ -160,6 +160,9 @@ /* Define if __stack_chk_guard canary should be randomized at program startup. */ #undef ENABLE_STACKGUARD_RANDOMIZE +/* Define if memory tagging support should be enabled. */ +#undef USE_MTAG + /* Package description. */ #undef PKGVERSION |