0 /* See LICENSE file for copyright and license details. */
1 #include "sandbox.h"
2
3 #ifdef NO_SANDBOX
4 int sandbox() {
5 return 0;
6 }
7 #endif
8