summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-18 18:43:20 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-18 18:43:20 +0000
commit43b894e0ef93f380dcd8b1b20a3cd6626a8f3b7d (patch)
treeaa007bd306678022f2441ee290326c1a64d60027 /config.h.in
parentebb4ff16c73674ef768674c85f600b71b63448e7 (diff)
downloadvirt-top-43b894e0ef93f380dcd8b1b20a3cd6626a8f3b7d.tar.gz
virt-top-43b894e0ef93f380dcd8b1b20a3cd6626a8f3b7d.tar.xz
virt-top-43b894e0ef93f380dcd8b1b20a3cd6626a8f3b7d.zip
Move to autogeneration of many C bindings.
* configure.ac, libvirt/libvirt_c.c, libvirt/generator.pl: Many C bindings can now be autogenerated using a Perl script. Also includes preliminary support for the experimental storage API.
Diffstat (limited to 'config.h.in')
-rw-r--r--[-rwxr-xr-x]config.h.in164
1 files changed, 164 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index b28c478..37c309a 100755..100644
--- a/config.h.in
+++ b/config.h.in
@@ -33,15 +33,41 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `virConnectDiscoverStoragePools' function. */
+#undef HAVE_VIRCONNECTDISCOVERSTORAGEPOOLS
+
/* Define to 1 if you have the `virConnectGetHostname' function. */
#undef HAVE_VIRCONNECTGETHOSTNAME
/* Define to 1 if you have the `virConnectGetURI' function. */
#undef HAVE_VIRCONNECTGETURI
+/* Define to 1 if you have the `virConnectListDefinedStoragePools' function.
+ */
+#undef HAVE_VIRCONNECTLISTDEFINEDSTORAGEPOOLS
+
+/* Define to 1 if you have the `virConnectListStoragePools' function. */
+#undef HAVE_VIRCONNECTLISTSTORAGEPOOLS
+
+/* Define to 1 if you have the `virConnectNumOfDefinedStoragePools' function.
+ */
+#undef HAVE_VIRCONNECTNUMOFDEFINEDSTORAGEPOOLS
+
+/* Define to 1 if you have the `virConnectNumOfStoragePools' function. */
+#undef HAVE_VIRCONNECTNUMOFSTORAGEPOOLS
+
/* Define to 1 if you have the `virDomainBlockStats' function. */
#undef HAVE_VIRDOMAINBLOCKSTATS
+/* Define to 1 if you have the `virDomainCoreDumpJob' function. */
+#undef HAVE_VIRDOMAINCOREDUMPJOB
+
+/* Define to 1 if you have the `virDomainCreateJob' function. */
+#undef HAVE_VIRDOMAINCREATEJOB
+
+/* Define to 1 if you have the `virDomainCreateLinuxJob' function. */
+#undef HAVE_VIRDOMAINCREATELINUXJOB
+
/* Define to 1 if you have the `virDomainGetSchedulerParameters' function. */
#undef HAVE_VIRDOMAINGETSCHEDULERPARAMETERS
@@ -54,15 +80,153 @@
/* Define to 1 if you have the `virDomainMigrate' function. */
#undef HAVE_VIRDOMAINMIGRATE
+/* Define to 1 if you have the `virDomainRestoreJob' function. */
+#undef HAVE_VIRDOMAINRESTOREJOB
+
+/* Define to 1 if you have the `virDomainSaveJob' function. */
+#undef HAVE_VIRDOMAINSAVEJOB
+
/* Define to 1 if you have the `virDomainSetSchedulerParameters' function. */
#undef HAVE_VIRDOMAINSETSCHEDULERPARAMETERS
+/* Define to 1 if the system has the type `virJob'. */
+#undef HAVE_VIRJOB
+
+/* Define to 1 if you have the `virJobCancel' function. */
+#undef HAVE_VIRJOBCANCEL
+
+/* Define to 1 if you have the `virJobFree' function. */
+#undef HAVE_VIRJOBFREE
+
+/* Define to 1 if you have the `virJobGetDomain' function. */
+#undef HAVE_VIRJOBGETDOMAIN
+
+/* Define to 1 if you have the `virJobGetInfo' function. */
+#undef HAVE_VIRJOBGETINFO
+
+/* Define to 1 if you have the `virJobGetNetwork' function. */
+#undef HAVE_VIRJOBGETNETWORK
+
+/* Define to 1 if you have the `virNetworkCreateJob' function. */
+#undef HAVE_VIRNETWORKCREATEJOB
+
+/* Define to 1 if you have the `virNetworkCreateXMLJob' function. */
+#undef HAVE_VIRNETWORKCREATEXMLJOB
+
/* Define to 1 if you have the `virNodeGetCellsFreeMemory' function. */
#undef HAVE_VIRNODEGETCELLSFREEMEMORY
/* Define to 1 if you have the `virNodeGetFreeMemory' function. */
#undef HAVE_VIRNODEGETFREEMEMORY
+/* Define to 1 if the system has the type `virStoragePool'. */
+#undef HAVE_VIRSTORAGEPOOL
+
+/* Define to 1 if you have the `virStoragePoolCreate' function. */
+#undef HAVE_VIRSTORAGEPOOLCREATE
+
+/* Define to 1 if you have the `virStoragePoolCreateXML' function. */
+#undef HAVE_VIRSTORAGEPOOLCREATEXML
+
+/* Define to 1 if you have the `virStoragePoolDefineXML' function. */
+#undef HAVE_VIRSTORAGEPOOLDEFINEXML
+
+/* Define to 1 if you have the `virStoragePoolDestroy' function. */
+#undef HAVE_VIRSTORAGEPOOLDESTROY
+
+/* Define to 1 if you have the `virStoragePoolFree' function. */
+#undef HAVE_VIRSTORAGEPOOLFREE
+
+/* Define to 1 if you have the `virStoragePoolGetAutostart' function. */
+#undef HAVE_VIRSTORAGEPOOLGETAUTOSTART
+
+/* Define to 1 if you have the `virStoragePoolGetConnect' function. */
+#undef HAVE_VIRSTORAGEPOOLGETCONNECT
+
+/* Define to 1 if you have the `virStoragePoolGetInfo' function. */
+#undef HAVE_VIRSTORAGEPOOLGETINFO
+
+/* Define to 1 if you have the `virStoragePoolGetName' function. */
+#undef HAVE_VIRSTORAGEPOOLGETNAME
+
+/* Define to 1 if you have the `virStoragePoolGetUUID' function. */
+#undef HAVE_VIRSTORAGEPOOLGETUUID
+
+/* Define to 1 if you have the `virStoragePoolGetUUIDString' function. */
+#undef HAVE_VIRSTORAGEPOOLGETUUIDSTRING
+
+/* Define to 1 if you have the `virStoragePoolGetXMLDesc' function. */
+#undef HAVE_VIRSTORAGEPOOLGETXMLDESC
+
+/* Define to 1 if you have the `virStoragePoolListVolumes' function. */
+#undef HAVE_VIRSTORAGEPOOLLISTVOLUMES
+
+/* Define to 1 if you have the `virStoragePoolLookupByName' function. */
+#undef HAVE_VIRSTORAGEPOOLLOOKUPBYNAME
+
+/* Define to 1 if you have the `virStoragePoolLookupByUUID' function. */
+#undef HAVE_VIRSTORAGEPOOLLOOKUPBYUUID
+
+/* Define to 1 if you have the `virStoragePoolLookupByUUIDString' function. */
+#undef HAVE_VIRSTORAGEPOOLLOOKUPBYUUIDSTRING
+
+/* Define to 1 if you have the `virStoragePoolLookupByVolume' function. */
+#undef HAVE_VIRSTORAGEPOOLLOOKUPBYVOLUME
+
+/* Define to 1 if you have the `virStoragePoolNumOfVolumes' function. */
+#undef HAVE_VIRSTORAGEPOOLNUMOFVOLUMES
+
+/* Define to 1 if you have the `virStoragePoolRefresh' function. */
+#undef HAVE_VIRSTORAGEPOOLREFRESH
+
+/* Define to 1 if you have the `virStoragePoolSetAutostart' function. */
+#undef HAVE_VIRSTORAGEPOOLSETAUTOSTART
+
+/* Define to 1 if you have the `virStoragePoolShutdown' function. */
+#undef HAVE_VIRSTORAGEPOOLSHUTDOWN
+
+/* Define to 1 if you have the `virStoragePoolUndefine' function. */
+#undef HAVE_VIRSTORAGEPOOLUNDEFINE
+
+/* Define to 1 if the system has the type `virStorageVol'. */
+#undef HAVE_VIRSTORAGEVOL
+
+/* Define to 1 if you have the `virStorageVolCreateXML' function. */
+#undef HAVE_VIRSTORAGEVOLCREATEXML
+
+/* Define to 1 if you have the `virStorageVolDestroy' function. */
+#undef HAVE_VIRSTORAGEVOLDESTROY
+
+/* Define to 1 if you have the `virStorageVolFree' function. */
+#undef HAVE_VIRSTORAGEVOLFREE
+
+/* Define to 1 if you have the `virStorageVolGetConnect' function. */
+#undef HAVE_VIRSTORAGEVOLGETCONNECT
+
+/* Define to 1 if you have the `virStorageVolGetInfo' function. */
+#undef HAVE_VIRSTORAGEVOLGETINFO
+
+/* Define to 1 if you have the `virStorageVolGetKey' function. */
+#undef HAVE_VIRSTORAGEVOLGETKEY
+
+/* Define to 1 if you have the `virStorageVolGetName' function. */
+#undef HAVE_VIRSTORAGEVOLGETNAME
+
+/* Define to 1 if you have the `virStorageVolGetPath' function. */
+#undef HAVE_VIRSTORAGEVOLGETPATH
+
+/* Define to 1 if you have the `virStorageVolGetXMLDesc' function. */
+#undef HAVE_VIRSTORAGEVOLGETXMLDESC
+
+/* Define to 1 if you have the `virStorageVolLookupByKey' function. */
+#undef HAVE_VIRSTORAGEVOLLOOKUPBYKEY
+
+/* Define to 1 if you have the `virStorageVolLookupByName' function. */
+#undef HAVE_VIRSTORAGEVOLLOOKUPBYNAME
+
+/* Define to 1 if you have the `virStorageVolLookupByPath' function. */
+#undef HAVE_VIRSTORAGEVOLLOOKUPBYPATH
+
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O