gpgconf: Support reading global options (part 2).
* tools/gpgconf-comp.c: Remove all regular option descriptions. They are now read in from the component. Also remove a few meanwhile obsolete options. * agent/gpg-agent.c: Add option description which were only set in gpgconf-comp.c. * dirmngr/dirmngr.c: Ditto. * scd/scdaemon.c: Ditto. * sm/gpgsm.c: Ditto. * g10/gpg.c: Ditto.
This second part removes all regular option descriptions because they
can be read from the components. A few were missing in the components
and thus moved to there.
This is a backport from master (2.3).
- Signed-off-by: Werner Koch <wk@gnupg.org>