From 413ad23faff509332985d6972c931900af2fd5f5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 25 Jun 2001 01:20:47 +0000 Subject: make sure we have BOOL in autoconf usage of util_sec.c (This used to be commit 72f63f5144ececdef31c659ab645eb71a88943b5) --- source3/lib/util_sec.c | 1 + 1 file changed, 1 insertion(+) 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, -- cgit