[cmake-commits] hoffman committed xmlrpc.h 1.9 1.9.6.1 xmlrpc_expat.c 1.3 1.3.2.1 xmlrpc_server.h 1.1 1.1.6.1

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 27 16:01:58 EDT 2006


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

Modified Files:
      Tag: CMake-2-4
	xmlrpc.h xmlrpc_expat.c xmlrpc_server.h 
Log Message:
ENH: move changes from main tree


Index: xmlrpc.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmxmlrpc/xmlrpc.h,v
retrieving revision 1.9
retrieving revision 1.9.6.1
diff -u -d -r1.9 -r1.9.6.1
--- xmlrpc.h	21 Apr 2005 21:00:36 -0000	1.9
+++ xmlrpc.h	27 Oct 2006 20:01:56 -0000	1.9.6.1
@@ -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_server.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmxmlrpc/xmlrpc_server.h,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -d -r1.1 -r1.1.6.1
--- xmlrpc_server.h	22 Feb 2005 18:08:27 -0000	1.1
+++ xmlrpc_server.h	27 Oct 2006 20:01:56 -0000	1.1.6.1
@@ -27,7 +27,7 @@
 #ifndef  _XMLRPC_SERVER_H_
 #define  _XMLRPC_SERVER_H_ 1
 
-#include <xmlrpc.h>
+#include <cmxmlrpc/xmlrpc.h>
 
 #ifdef __cplusplus
 extern "C" {

Index: xmlrpc_expat.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmxmlrpc/xmlrpc_expat.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- xmlrpc_expat.c	30 Mar 2006 18:49:56 -0000	1.3
+++ xmlrpc_expat.c	27 Oct 2006 20:01:56 -0000	1.3.2.1
@@ -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