diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/util_sec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index c62df82396..54b819b1cc 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -42,6 +42,7 @@ extern int DEBUGLEVEL; #define DEBUG(x, y) printf y #define smb_panic(x) exit(1) +#define BOOL int #endif /* are we running as non-root? This is used by the regresison test code, |