From c50125f6ef127db020bc0fcfdca8ed0b24e4f018 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 31 Mar 2006 23:28:18 +0000 Subject: r14844: Support a stdbool.h replacement in lib/replace/ (This used to be commit bccfddcafa1fdb56392e2301bbd404964ad9f7c3) --- source4/include/core.h | 5 ++--- source4/include/includes.h | 8 -------- 2 files changed, 2 insertions(+), 11 deletions(-) (limited to 'source4/include') 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 { diff --git a/source4/include/includes.h b/source4/include/includes.h index b8aebf2f14..a79a48f377 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -74,14 +74,6 @@ _PUBLIC_ void smb_panic(const char *why) NORETURN_ATTRIBUTE; #include #include -#ifdef HAVE_STDINT_H -#include -#endif - -#ifdef HAVE_INTTYPES_H -#include -#endif - #ifdef HAVE_STRING_H #include #endif -- cgit