summaryrefslogtreecommitdiff
path: root/source4/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/core.h')
-rw-r--r--source4/include/core.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/include/core.h b/source4/include/core.h
index cb9da4dd87..6ca276bf0e 100644
--- a/source4/include/core.h
+++ b/source4/include/core.h
@@ -26,11 +26,10 @@
#include "libcli/util/nt_status.h"
+typedef int BOOL;
+
#define False (0)
#define True (1)
-#define Auto (2)
-
-typedef int BOOL;
/* used to hold an arbitrary blob of data */
typedef struct datablob {