Meaning of -DHAVE_CONFIG_H in Makefiles
- by Werner
Hi,
I am starting to learn about Makefiles. Looking at the output I see a lot of occurrences of:
g++ -DHAVE_CONFIG_H -I .....
what is "-DHAVE_CONFIG_H" exactly? What is the function of this compilation option?
Thanks