about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-01-05 18:45:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-01-05 18:45:36 +0100
commitaf1176274ac7c55a1402fbcab505e3b0bbb72414 (patch)
tree8ce907ebca123b60afbdd84e86bc2a445bd10df3 /src/include
parent4c2ef9947ae5c89f4bfb0b217d6653aa73b95ac2 (diff)
downloadbox64-af1176274ac7c55a1402fbcab505e3b0bbb72414.tar.gz
box64-af1176274ac7c55a1402fbcab505e3b0bbb72414.zip
Added more command to rcfiles, and a default one when system version is not found (and move some essential detection there)
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 3ff15229..9a8d7ee0 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -42,6 +42,7 @@ extern char* trace_init;
 extern char* box64_trace;
 extern uint64_t start_cnt;
 #endif
+extern int box64_nosandbox;
 extern int box64_dummy_crashhandler;
 extern int box64_sse_flushto0;
 extern int allow_missing_libs;