Rename RLM_COMPONENT_* to MOD_*
authorAlan T. DeKok <aland@freeradius.org>
Wed, 29 Apr 2015 15:15:53 +0000 (11:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 29 Apr 2015 15:16:52 +0000 (11:16 -0400)
commit79cd09d94eacf5b7573ebd7e95bb212555ec2163
treed630217ffa0cf6f075d77a855945f8472edd9f1f
parent2b276d49fce2ee53a38bd155bcb197289163f349
Rename RLM_COMPONENT_* to MOD_*

And use the section names, e.g. MOD_AUTHENTICATE, instead of
MOD_AUTH.  This makes it easier to remember what the definitions
are, and it makes it easier to automatically re-write the code,
because all of the names are consistent
src/include/modules.h
src/main/command.c
src/main/modcall.c
src/main/modules.c
src/modules/rlm_ldap/rlm_ldap.c
src/modules/rlm_rest/rlm_rest.c