Go Back

0 /* See LICENSE file for copyright and license details. */

1

2 int sandbox();

3

4 #define NO_SANDBOX

5

6 #if defined (sun) || defined (__linux__) || defined (__OpenBSD__)

7 #undef NO_SANDBOX

8 #endif

9