Another thing these #defines achieve, besides allowing old code to continue the old names should the enum constant names be changed, and checking whether they are defined, is to prevent other code to define these symbols.
#include
// for some reason, the author thinks
#define RTM_BASE 17.3f
// is a good idea
would not compile.