[cmake-commits] king committed xmlrpc.h 1.9 1.10 xmlrpc_expat.c 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 19 15:00:12 EDT 2006


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

Modified Files:
	xmlrpc.h xmlrpc_expat.c 
Log Message:
ENH: Add options to build with system utility libraries.  Organize inclusion of third party libraries into a single header per library.  This addresses bug#3653.


Index: xmlrpc.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmxmlrpc/xmlrpc.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xmlrpc.h	21 Apr 2005 21:00:36 -0000	1.9
+++ xmlrpc.h	19 Oct 2006 19:00:10 -0000	1.10
@@ -29,7 +29,7 @@
 
 #include <stddef.h>
 #include <stdarg.h>
-#include <xmlrpc_config.h>
+#include <cmxmlrpc/xmlrpc_config.h>
 
 #ifdef HAVE_UNICODE_WCHAR
 #include <wchar.h>
@@ -778,7 +778,7 @@
    in here.  For backward compatibility, we need to include it here, even
    though it really isn't logical to do so.
 */
-#include <xmlrpc_server.h>
+#include <cmxmlrpc/xmlrpc_server.h>
 
 #endif
 

Index: xmlrpc_expat.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmxmlrpc/xmlrpc_expat.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xmlrpc_expat.c	30 Mar 2006 18:49:56 -0000	1.3
+++ xmlrpc_expat.c	19 Oct 2006 19:00:10 -0000	1.4
@@ -28,7 +28,7 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>
-#include <expat.h>
+#include <cm_expat.h>
 
 #include "xmlrpc.h"
 #include "xmlrpc_int.h"



More information about the Cmake-commits mailing list