diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/core.h | 5 | ||||
-rw-r--r-- | source4/include/includes.h | 8 |
2 files changed, 2 insertions, 11 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 { 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 <stddef.h> #include <sys/time.h> -#ifdef HAVE_STDINT_H -#include <stdint.h> -#endif - -#ifdef HAVE_INTTYPES_H -#include <inttypes.h> -#endif - #ifdef HAVE_STRING_H #include <string.h> #endif |