summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-18 19:32:54 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-18 19:32:54 +0000
commitaee5f1b6aa2b80873a34de67727c40ad43cccca7 (patch)
treeef3e9f9a52b90ef00b2b24dad49ea0b8db00b3b0 /config.h.in
parent43b894e0ef93f380dcd8b1b20a3cd6626a8f3b7d (diff)
downloadvirt-top-aee5f1b6aa2b80873a34de67727c40ad43cccca7.tar.gz
virt-top-aee5f1b6aa2b80873a34de67727c40ad43cccca7.tar.xz
virt-top-aee5f1b6aa2b80873a34de67727c40ad43cccca7.zip
More bindings autogenerated, more coverage of storage API.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in21
1 files changed, 9 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in
index 37c309a..95757f8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -89,9 +89,6 @@
/* 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
@@ -107,6 +104,9 @@
/* Define to 1 if you have the `virJobGetNetwork' function. */
#undef HAVE_VIRJOBGETNETWORK
+/* Define to 1 if the system has the type `virJobPtr'. */
+#undef HAVE_VIRJOBPTR
+
/* Define to 1 if you have the `virNetworkCreateJob' function. */
#undef HAVE_VIRNETWORKCREATEJOB
@@ -119,9 +119,6 @@
/* 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
@@ -176,6 +173,9 @@
/* Define to 1 if you have the `virStoragePoolNumOfVolumes' function. */
#undef HAVE_VIRSTORAGEPOOLNUMOFVOLUMES
+/* Define to 1 if the system has the type `virStoragePoolPtr'. */
+#undef HAVE_VIRSTORAGEPOOLPTR
+
/* Define to 1 if you have the `virStoragePoolRefresh' function. */
#undef HAVE_VIRSTORAGEPOOLREFRESH
@@ -188,9 +188,6 @@
/* 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
@@ -200,9 +197,6 @@
/* 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
@@ -227,6 +221,9 @@
/* Define to 1 if you have the `virStorageVolLookupByPath' function. */
#undef HAVE_VIRSTORAGEVOLLOOKUPBYPATH
+/* Define to 1 if the system has the type `virStorageVolPtr'. */
+#undef HAVE_VIRSTORAGEVOLPTR
+
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O