summaryrefslogtreecommitdiffstats
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
commit72f63f5144ececdef31c659ab645eb71a88943b5 (patch)
treeff4d5bec979be6a9e1e347f8fde4b5e51a6ce3a2
parentab635202655712a05b812ff40550d00d00552853 (diff)
downloadsamba-72f63f5144ececdef31c659ab645eb71a88943b5.tar.gz
samba-72f63f5144ececdef31c659ab645eb71a88943b5.tar.xz
samba-72f63f5144ececdef31c659ab645eb71a88943b5.zip
make sure we have BOOL in autoconf usage of util_sec.c
-rw-r--r--source/lib/util_sec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/util_sec.c b/source/lib/util_sec.c
index c62df823965..54b819b1cc6 100644
--- a/source/lib/util_sec.c
+++ b/source/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,