Code

options: don't store disabled options
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 07:30:18 +0000 (08:30 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 07:30:18 +0000 (08:30 +0100)
commit25a07c795fdf275b85ccc3b6634f645a0eb1127e
treef1bc53d8ddf4255e0733258d4f54a2778d8948f4
parentc7a5ac5c3656074b78d826479959cb7425efadcd
options: don't store disabled options

Options which are disabled at compile time shouldn't reserve space for
their values in the options struct.
src/command.c
src/command.h
src/conf.c
src/options.c
src/options.h