gnetlist-legacy: Move some options back to "gnetlistrc"
commit43fa3b9fbc851d4d3517a6a46ce22c1007bbe698
authorRoland Lutz <rlutz@hedmen.org>
Thu, 19 Sep 2019 10:43:56 +0000 (19 12:43 +0200)
committerRoland Lutz <rlutz@hedmen.org>
Mon, 23 Sep 2019 12:19:42 +0000 (23 14:19 +0200)
tree5942ebdf48e64606545ad00adf7f3415461e11ed
parentafd7ef68b2a413a1a9ef5f1bdcfb7b441719c92e
gnetlist-legacy: Move some options back to "gnetlistrc"

Some gnetlist configuration options were previously moved to geda.conf
in preparation to a planned configuration system change:

  unnamed-netname -> default-net-name
  unnamed-busname -> default-bus-name
  hierarchy-traversal -> traverse-hierarchy
  net-naming-priority -> net-naming-priority

Move these options back to gnetlistrc in order to be consistent with
the remaining options and the current version of gnetlist.

This reverts commit 18f64a9810ec99250b45c3a29edae04b080a8a8f.
13 files changed:
gnetlist-legacy/include/i_vars.h
gnetlist-legacy/include/prototype.h
gnetlist-legacy/lib/system-gnetlistrc.in
gnetlist-legacy/src/g_rc.c
gnetlist-legacy/src/g_register.c
gnetlist-legacy/src/gnetlist.c
gnetlist-legacy/src/i_vars.c
gnetlist-legacy/src/s_net.c
gnetlist-legacy/src/s_traverse.c
libgeda/include/libgeda/defines.h
libgeda/include/libgeda/s_toplevel.h
libgeda/scheme/geda-deprecated-config.scm
libgeda/src/s_toplevel.c