Remove backwards compatability logic to simplify the bindings
authorDavid Scott <scott.dj@gmail.com>
Wed, 24 Apr 2013 10:39:03 +0000 (11:39 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 8 May 2013 11:29:51 +0000 (12:29 +0100)
commitd7e0e6112db9411b0d7aaa8cbf5ce85c27e7d52d
treed0863360bc516a7fdaeee7b1e56a3b867e3608fb
parent71f683ad53e11c1f0cbc5c250d29647ad5ea0bf3
Remove backwards compatability logic to simplify the bindings

Rather than compile against old versions of libvirt and resort
to throwing 'not supported' exceptions at runtime, we instead
require all symbols and definitions to be available at compile-time
i.e. we require a much more recent libvirt.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
config.h.in
configure.ac
libvirt/generator.pl
libvirt/libvirt.mli
libvirt/libvirt_c.c
libvirt/libvirt_c_epilogue.c
libvirt/libvirt_c_oneoffs.c
libvirt/libvirt_c_prologue.c