Does Copter support absolut altitude in missions? (MAV_FRAME = 0)

From:
http://ardupilot.org/planner/docs/common-mavlink-mission-command-messages-mav_cmd.html#common-mavlink-mission-command-messages-mav-cmd-navigation-commands-frames

All other commands use the MAV_FRAME_GLOBAL_RELATIVE_ALT frame, which uses the same latitude and longitude, but sets altitude as relative to the home position (home altitude = 0).

Opposed to:

and the possibility to select the feature in for example Mission Planner, which writes waypointfiles with MAV_FRAME = 0 happily…