diff options
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r-- | config_host/config_features.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index e38e46386d83..0f610a5646bc 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -99,6 +99,10 @@ */ #define HAVE_FEATURE_BREAKPAD 0 +/* BACKTRACE - whether a GNU backtrace implementation is available. + */ +#define HAVE_FEATURE_BACKTRACE 0 + /* * Whether OpenGL is enabled */ |