contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
commit5a3db110533b3b58002a03da837aa38fdc4bfc56
authorBrandon Casey <drafnel@gmail.com>
Mon, 23 Sep 2013 18:49:16 +0000 (23 11:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Oct 2013 16:35:33 +0000 (16 09:35 -0700)
tree636befa31a5ee1120d0b32640ad41ffe02948c26
parent81c57e2c9d99ced72bcc6b9633109dff73a04526
contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring

The gnome-keyring lib distributed with RHEL 5.X is ancient and does
not provide a few of the functions/defines that more recent versions
do, but mostly the API is the same.  Let's provide the missing bits
via macro definitions and function implementation.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/credential/gnome-keyring/git-credential-gnome-keyring.c