From: Daniel Stenberg Date: Mon, 9 Oct 2000 21:36:38 +0000 (+0000) Subject: added the bool typedef, moved here from curl/curl.h X-Git-Tag: curl-7_4_1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f5a4c9bd517ec9aab8e62e221f962e9f2323cac;p=thirdparty%2Fcurl.git added the bool typedef, moved here from curl/curl.h --- diff --git a/lib/setup.h b/lib/setup.h index aa5f9dbac2..ecb3dd5b06 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -57,6 +57,10 @@ #endif #endif +#ifndef __cplusplus /* (rabe) */ +typedef char bool; +#endif /* (rabe) */ + #include #ifndef OS #ifdef WIN32