added the bool typedef, moved here from curl/curl.h
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Oct 2000 21:36:38 +0000 (21:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Oct 2000 21:36:38 +0000 (21:36 +0000)
lib/setup.h

index aa5f9dbac238fc4df7dee542effeeaea685f72f6..ecb3dd5b0653bb0a439f9a06f111854eba7cc479 100644 (file)
 #endif
 #endif
 
+#ifndef __cplusplus        /* (rabe) */
+typedef char bool;
+#endif                     /* (rabe) */
+
 #include <stdio.h>
 #ifndef OS
 #ifdef WIN32