Macro with two names

Is there a way to define a macro with two names like this

No, but you can use 2 #define statements, to assign the second name the value of the first name.