aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-09 21:36:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-09 21:36:38 +0000
commit4f5a4c9bd517ec9aab8e62e221f962e9f2323cac (patch)
tree0e2f9bf3659b2fb5ff2d85467690715cb51635e5 /lib/setup.h
parent8c62e337b08882a369dd2b55aaa47f9a96b003e2 (diff)
added the bool typedef, moved here from curl/curl.h
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index aa5f9dbac..ecb3dd5b0 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -57,6 +57,10 @@
#endif
#endif
+#ifndef __cplusplus /* (rabe) */
+typedef char bool;
+#endif /* (rabe) */
+
#include <stdio.h>
#ifndef OS
#ifdef WIN32