Im working on my 1st project of compiling an PXE file. Since im new, i have a few noob-ish questions,
in my .H file (build file i presume) i see a few definers that are the same, but hold an different layout.
cringe as i am, i want to make all those defines 1 of a kind.but i need to know sure if my reading of them is correct.
Definer | My mind |
---|---|
#define | On |
#undef | Off |
//#undef | Off |
//#define | On |
all definers are in one file.
In my .sh files i use '#' to turn option On of Off, So should/would it work if i make all the options '#define' and '#undef'?
also to create an cleaner look of the config file