mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00

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).
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).