Meaning of -DHAVE_CONFIG_H in Makefiles
Posted
by Werner
on Stack Overflow
See other posts from Stack Overflow
or by Werner
Published on 2010-03-13T12:17:06Z
Indexed on
2010/03/13
12:25 UTC
Read the original article
Hit count: 310
makefile
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
© Stack Overflow or respective owner