Remove GLib dependency.
commitc0af18979e6690b0fa35294c6b9065a916d463f6
authorBen Kibbey <bjk@luxsci.net>
Fri, 26 Oct 2012 03:04:28 +0000 (25 23:04 -0400)
committerBen Kibbey <bjk@luxsci.net>
Fri, 9 Nov 2012 00:46:30 +0000 (8 19:46 -0500)
tree904aa68b8c22c142286ae6901314ec21fc403b91
parentc091e168b6814c68a679bfdab66be3833b49a68f
Remove GLib dependency.

To reduce other dependencies. Especially useful on embedded systems
which have little memory and/or storage.
37 files changed:
README
configure.ac
src/Makefile.am
src/agent.c
src/agent.h
src/cache.c
src/cache.h
src/cipher.c
src/cipher.h
src/commands.c
src/commands.h
src/common.h
src/convert.c
src/convert.h
src/getopt_long.c [new file with mode: 0644]
src/getopt_long.h [new file with mode: 0644]
src/gettext.h [new file with mode: 0644]
src/mem.c
src/mem.h
src/mutex.h
src/pwmd-error.c
src/pwmd-error.h
src/pwmd.c
src/rcfile.c
src/rcfile.h
src/status.c
src/status.h
src/tls.c
src/tls.h
src/util-misc.c [moved from src/misc.c with 57% similarity]
src/util-misc.h [moved from src/misc.h with 66% similarity]
src/util-slist.c [new file with mode: 0644]
src/util-slist.h [copied from src/convert.h with 64% similarity]
src/util-string.c [new file with mode: 0644]
src/util-string.h [new file with mode: 0644]
src/xml.c
src/xml.h