Hi, Why all to docs about autotools suggest to guard the include of config.h like this ?
#ifdef HAVE_CONFIG_H #include "config.h" #endif Is it possible to don't have it, if I've explicitly requested it to be generated by AM_CONFIG_HEADERS ? Why can't I just say ? #include "config.h" TIA, Ionutz