SDL_Mixer music loading from memory

I notice that Mix_LoadMUS_RW is not defined be default in SDL_Mixer.
If I recompile SDL_Mixer will I be able to load in .it music files from memory okay?
Why is it commented by default?