/* template.h */
/* all .h's that link for move to .. as config.h
should have the following form
*/
#ifndef CONFIG_H
#define CONFIG_H 1
...
non default defines
#include "config/Idefault.h"
#endif /* CONFIG_H */