libvirt/include
Doug Goldstein 6ce83e91e6 Macro for testing the version you are compiling with
Added a macro similar to the GLib's GLIB_CHECK_VERSION so that one can
simply do something like:

 #if LIBVIR_CHECK_VERSION(1,1,3)
   /* Call function here that appeared in 1.1.3 and newer */
   virSomeNewFunction();
 #endif
2013-11-18 11:53:18 -06:00
..
libvirt Macro for testing the version you are compiling with 2013-11-18 11:53:18 -06:00
Makefile.am maint: use LGPL correctly 2013-05-20 14:03:48 -06:00