summaryrefslogtreecommitdiff
path: root/source3/lib/util_sec.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-06-25 01:20:47 +0000
committerAndrew Tridgell <tridge@samba.org>2001-06-25 01:20:47 +0000
commit413ad23faff509332985d6972c931900af2fd5f5 (patch)
treebc6ec5102024bdb2973fc7056fe27ba447cea37e /source3/lib/util_sec.c
parent53ca6d33ce46f29afdf3fa82ba0669ef88dd97e4 (diff)
downloadsamba-413ad23faff509332985d6972c931900af2fd5f5.tar.gz
samba-413ad23faff509332985d6972c931900af2fd5f5.tar.bz2
samba-413ad23faff509332985d6972c931900af2fd5f5.zip
make sure we have BOOL in autoconf usage of util_sec.c
(This used to be commit 72f63f5144ececdef31c659ab645eb71a88943b5)
Diffstat (limited to 'source3/lib/util_sec.c')
-rw-r--r--source3/lib/util_sec.c1
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,