From 873749f2189ecf1fbfdc681df4dd304a17716279 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 6 Sep 2006 12:28:01 +0000 Subject: r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. (This used to be commit 8b622c5ded0732df0eaf9f6226f52a27b6eacd73) --- source4/include/core.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/include') diff --git a/source4/include/core.h b/source4/include/core.h index f334c3df42..f99e34948b 100644 --- a/source4/include/core.h +++ b/source4/include/core.h @@ -26,11 +26,6 @@ #include "libcli/util/nt_status.h" -typedef bool BOOL; - -#define False false -#define True true - /* used to hold an arbitrary blob of data */ typedef struct datablob { uint8_t *data; -- cgit