diff options
Diffstat (limited to 'source4/nsswitch/winbind_nss_config.h')
-rw-r--r-- | source4/nsswitch/winbind_nss_config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/nsswitch/winbind_nss_config.h b/source4/nsswitch/winbind_nss_config.h index 77d1dbe26e..06dda984ee 100644 --- a/source4/nsswitch/winbind_nss_config.h +++ b/source4/nsswitch/winbind_nss_config.h @@ -89,8 +89,7 @@ typedef char pstring[PSTRING_LEN]; typedef char fstring[FSTRING_LEN]; #endif -#ifndef _BOOL -#define _BOOL /* So we don't typedef BOOL again in vfs.h */ +#ifndef Auto #define False (0) #define True (1) #define Auto (2) |