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
src
README
transport_config.h
version.h
xmlrpc_amconfig.h
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).