ede/ede-bug-tools/ede-bug-report/xmlrpc-c
Sanel Zukan 037460d4b3 Fixes for new curl versions.
Looks like type.h is removed from curl distribution rendering xmlrpc-c code uncompileable. All code is wrapped
around HAVE_CURLTYPES_H. Also if _REENTRANT was defined, gcc will report warning as it is defined by default (:S).
2012-05-16 07:55:41 +00:00
..
deps Fixes for new curl versions. 2012-05-16 07:55:41 +00:00
include/xmlrpc-c Copying ede-bug-report from branches in trunk 2009-07-03 14:23:51 +00:00
src Copying ede-bug-report from branches in trunk 2009-07-03 14:23:51 +00:00
README Copying ede-bug-report from branches in trunk 2009-07-03 14:23:51 +00:00
transport_config.h Copying ede-bug-report from branches in trunk 2009-07-03 14:23:51 +00:00
version.h Copying ede-bug-report from branches in trunk 2009-07-03 14:23:51 +00:00
xmlrpc_amconfig.h Copying ede-bug-report from branches in trunk 2009-07-03 14:23:51 +00:00
xmlrpc_config.h Handle case when va_list is array. 2010-03-06 17:28:21 +00:00

This directory contains customized xmlrpc-c (http://xmlrpc-c.sourceforge.net)
library suitable only for EDE usage. Besides that, some things are removed because
they are not used (abyss server and C++ wrapper).