Hi, I am trying to integrate module (outside freeradius source tree) with freeradius 3.0.12. On compilation found few header files which are necessary for the module are missing and so updated freeradius source code to make them available for the module. Also updated libradius.h & radiusd.h file with the changes suggested here <https://github.com/FreeRADIUS/freeradius-server/pull/1418> to avoid below error *libradius.h:22:21: error: expected ‘)’ before string constant* *RCSIDH(libradius_h, "$Id: d356b97f983fba4421176d6b637bdd907ad36279 $") ^* Now I got stuck with the below error. */usr/include/freeradius/threads.h:30:4: error: #error WITH_THREADS defined, but pthreads not available* * # error WITH_THREADS defined, but pthreads not available* Can someone help me on this... Thanks..