use the builtin config also as a default one
authorPhil Sutter <phil@nwl.cc>
Sun, 14 Dec 2008 13:36:44 +0000 (14:36 +0100)
committerPhil Sutter <phil@nwl.cc>
Sun, 14 Dec 2008 14:45:30 +0000 (15:45 +0100)
commit1ddb6a88b9dbdbee2bbf53ca1b89f39d049086d3
tree49613097f5cc5492cb3255c46ac9577ae97e7e3e
parent7dca22a41bffee76c0a10bd354c6eba3f44799a1
use the builtin config also as a default one

This depends on fopencookie, which is linux-specific. For BSD, there is
a similar function called funopen, which can be used as a drop-in
replacement.
configure.ac.in
src/Makefile.am
src/conf_cookie.c [new file with mode: 0644]
src/conf_cookie.h [new file with mode: 0644]
src/conky.c
text2c.sh