* autogen.sh: applied patch from Richard W.M. Jones to not

output instructions if configure failed
Daniel
This commit is contained in:
Daniel Veillard
2007-01-26 11:12:56 +00:00
parent 6d153563be
commit f873796e20
5 changed files with 35 additions and 5 deletions
+18
View File
@@ -187,6 +187,24 @@ struct _virNodeInfo {
typedef virNodeInfo *virNodeInfoPtr;
/**
* VIR_UUID_STRING_BUFLEN:
*
* This macro provides the length of the buffer required
* for virDomainGetUUID()
*/
#define VIR_UUID_BUFLEN (16)
/**
* VIR_UUID_STRING_BUFLEN:
*
* This macro provides the length of the buffer required
* for virDomainGetUUIDString()
*/
#define VIR_UUID_STRING_BUFLEN (36+1)
/* library versionning */
/**