Index: trunk/config.h =================================================================== --- trunk/config.h (revision 2500) +++ trunk/config.h (revision 2501) @@ -1 +1,4 @@ -#include "config.auto.h" +#ifndef PCB_CONFIG_H +#define PCB_CONFIG_H +# include "config.auto.h" +#endif