Can I modify confd and if so how?

Hi, as above.
I want to know if I can modify the code and then recompile it. From what I see It does not have a “top level” makefile which i can use to recompile it if I bring it into eclipse.
Thanks

The ConfD daemon is only distributed in binary form. Source code for the daemon is not available.

The source code for the ConfD library, libconfd, which is linked to your applications and allows them to make API calls to the daemon is included in the ConfD distribution in case you need to cross compile it for a different CPU than what the daemon is running on or if you need to relink to use a different version of OpenSSL’s libcrypto.

OK, Thanks for the response.