From 95b84adb9b4b3270eb44d415be3d6bce00366729 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 15 Dec 2004 14:05:07 +0000 Subject: precaution to prevent double typedefs of the bool --- lib/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/setup.h b/lib/setup.h index 8530f0224..b893417a4 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -66,7 +66,7 @@ #define FALSE 0 #endif -#if !defined(__cplusplus) && !defined(__BEOS__) +#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) typedef unsigned char bool; #define typedef_bool #endif -- cgit v1.2.3