host/config/unix/localconfigurator.h (5 lines of code) (raw):

// // localconfigurator.h: a portable version of a platform independent localcfg // #ifndef LOCALCONFIGURATOR__H #define LOCALCONFIGURATOR__H #include "../fileconfigurator.h" typedef FileConfigurator LocalConfigurator; #endif // LOCALCONFIGURATOR__H