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