mirror of https://gitee.com/openkylin/libvirt.git
17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
#
|
|
# These symbols are dependent upon --with-esx via WITH_ESX or --with-vmware via WITH_VMWARE.
|
|
#
|
|
|
|
# vmx/vmx.h
|
|
virVMXConvertToUTF8;
|
|
virVMXDomainXMLConfInit;
|
|
virVMXEscapeHex;
|
|
virVMXFormatConfig;
|
|
virVMXParseConfig;
|
|
virVMXUnescapeHex;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|