I am trying to use #ifdef preprocessive directive in my program. I want to define this macro at run time (would be better if I define this value in another configuration file so that I can define it or undefine it any time without compiling) and so I don't want to define it in make file.
I searched a lot about this in Google. But I am not able to get the exact information which I wanted.
Is there any way to define it in run time.? If yes, kindly suggest.