3 @define('CONST_Default_ModulePath', '@CMAKE_BINARY_DIR@/module');
 
   4 @define('CONST_Default_Osm2pgsql', '@CMAKE_BINARY_DIR@/osm2pgsql/osm2pgsql');
 
   5 @define('CONST_BinDir', '@CMAKE_SOURCE_DIR@/utils');
 
   6 @define('CONST_LibDir', '@CMAKE_SOURCE_DIR@/lib');
 
   7 @define('CONST_DataDir', '@CMAKE_SOURCE_DIR@');
 
   9 require_once(CONST_BinDir.'/@script_source@');