mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 02:41:14 +00:00
f7a30375bd
This reverts commit 2c78051a14
.
Conflicts:
src/Makefile.am
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
27 lines
493 B
Plaintext
27 lines
493 B
Plaintext
#
|
|
# These symbols are dependent upon --with-xen via WITH_XEN or --with-libxl via WITH_LIBXL.
|
|
#
|
|
|
|
# xenconfig/xen_sxpr.h
|
|
xenFormatSxpr;
|
|
xenFormatSxprChr;
|
|
xenFormatSxprDisk;
|
|
xenFormatSxprNet;
|
|
xenFormatSxprOnePCI;
|
|
xenFormatSxprSound;
|
|
xenGetDomIdFromSxpr;
|
|
xenGetDomIdFromSxprString;
|
|
xenParseSxpr;
|
|
xenParseSxprChar;
|
|
xenParseSxprSound;
|
|
xenParseSxprString;
|
|
|
|
# xenconfig/xen_xm.h
|
|
xenFormatXM;
|
|
xenParseXM;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|