diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-06-25 01:20:47 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-06-25 01:20:47 +0000 |
commit | 413ad23faff509332985d6972c931900af2fd5f5 (patch) | |
tree | bc6ec5102024bdb2973fc7056fe27ba447cea37e /source3 | |
parent | 53ca6d33ce46f29afdf3fa82ba0669ef88dd97e4 (diff) | |
download | samba-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')
-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, |