Index: import_sch2.pup =================================================================== --- import_sch2.pup (revision 29468) +++ import_sch2.pup (revision 29469) @@ -5,5 +5,5 @@ $fmt-native no $fmt-feature-r import netlist and footprint info from schematics or netlist $package import-net -default disable +default buildin autoload 1 Index: import_sch_conf.h =================================================================== --- import_sch_conf.h (revision 29468) +++ import_sch_conf.h (revision 29469) @@ -1,5 +1,5 @@ -#ifndef PCB_IMPORT_SCH2_CONF_H -#define PCB_IMPORT_SCH2_CONF_H +#ifndef PCB_IMPORT_SCH_CONF_H +#define PCB_IMPORT_SCH_CONF_H #include @@ -8,6 +8,10 @@ const struct { CFT_STRING import_fmt; /* name of the input format */ CFT_BOOLEAN verbose; /* verbose logging of the import code */ + + /* obsolete: temporary compatibility with import_sch for the transition period */ + CFT_STRING gnetlist_program; /* DEPRECATED: gnetlist program name */ + CFT_STRING make_program; /* DEPRECATED: make program name */ } import_sch; } plugins; } conf_import_sch_t;