Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Following my config.h analysis, this patch gets rid of <config.h>
> I am ready to do more of this but I would like to know first if this > kind of patch will be accepted. The last time we thought about this, we decided that config.h should be #included in *all* .C file and *no* .h files. All .C files should have the same build environment and that's guaranteed by using config.h. Angus