Any reason all uses of #include <config.h> aren't wrapped with #ifdef HAVE_CONFIG_H like so: #ifdef HAVE_CONFIG_H # include <config.h> #endif
Some .c files have the above and some don't. Seems to make sense for all to have the form above. -- albert chin ([EMAIL PROTECTED])