[cmake-commits] hoffman committed xmlrpc_curl_transport.c 1.14 1.15

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 4 17:26:43 EST 2006


Update of /cvsroot/CMake/CMake/Utilities/cmxmlrpc
In directory public:/mounts/ram/cvs-serv3420/Utilities/cmxmlrpc

Modified Files:
	xmlrpc_curl_transport.c 
Log Message:
ENH: merge in changes for beos support


Index: xmlrpc_curl_transport.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmxmlrpc/xmlrpc_curl_transport.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- xmlrpc_curl_transport.c	31 Aug 2006 16:04:02 -0000	1.14
+++ xmlrpc_curl_transport.c	4 Dec 2006 22:26:41 -0000	1.15
@@ -10,6 +10,11 @@
 
 #include "xmlrpc_config.h"
 
+#if defined(__BEOS__)
+/* Some helpful system header has char==bool, then bool.h does int==bool. */
+#define HAVE_BOOL 1
+#endif
+
 #include "bool.h"
 #include "mallocvar.h"
 #include "linklist.h"



More information about the Cmake-commits mailing list