Code

moved default value macros to defaults.h
authorMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 14:52:25 +0000 (16:52 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 14:52:25 +0000 (16:52 +0200)
commit75fa0c73ee4ee2648f587e2eb852316061fc1053
treeb2bf54b0bf943cbe518966a281b2808c0c561a72
parentb543b982624593ab767d0734b08d053662434380
moved default value macros to defaults.h

These macros are only used by options.c and conf.c.  Move them to a
common internal header.
src/Makefile.am
src/conf.c
src/defaults.h [new file with mode: 0644]
src/ncmpc.h
src/options.c