1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Enabling support partial device tree in libxl */ 4#undef ENABLE_PARTIAL_DEVICE_TREE 5 6/* Define to 1 if you have the declaration of `fdt_first_subnode', and to 0 if 7 you don't. */ 8#undef HAVE_DECL_FDT_FIRST_SUBNODE 9 10/* Define to 1 if you have the declaration of `fdt_next_subnode', and to 0 if 11 you don't. */ 12#undef HAVE_DECL_FDT_NEXT_SUBNODE 13 14/* Define to 1 if you have the declaration of `fdt_property_u32', and to 0 if 15 you don't. */ 16#undef HAVE_DECL_FDT_PROPERTY_U32 17 18/* Define to 1 if you have the `fdt_first_subnode' function. */ 19#undef HAVE_FDT_FIRST_SUBNODE 20 21/* Define to 1 if you have the `fdt_next_subnode' function. */ 22#undef HAVE_FDT_NEXT_SUBNODE 23 24/* Define to 1 if you have the <inttypes.h> header file. */ 25#undef HAVE_INTTYPES_H 26 27/* Define to 1 if you have the `fdt' library (-lfdt). */ 28#undef HAVE_LIBFDT 29 30/* Define to 1 if you have the `lzma' library (-llzma). */ 31#undef HAVE_LIBLZMA 32 33/* Define to 1 if you have the `yajl' library (-lyajl). */ 34#undef HAVE_LIBYAJL 35 36/* Define to 1 if you have the `z' library (-lz). */ 37#undef HAVE_LIBZ 38 39/* Define to 1 if you have the <memory.h> header file. */ 40#undef HAVE_MEMORY_H 41 42/* Qemu traditional enabled */ 43#undef HAVE_QEMU_TRADITIONAL 44 45/* ROMBIOS enabled */ 46#undef HAVE_ROMBIOS 47 48/* Define to 1 if you have the <stdint.h> header file. */ 49#undef HAVE_STDINT_H 50 51/* Define to 1 if you have the <stdlib.h> header file. */ 52#undef HAVE_STDLIB_H 53 54/* Define to 1 if you have the <strings.h> header file. */ 55#undef HAVE_STRINGS_H 56 57/* Define to 1 if you have the <string.h> header file. */ 58#undef HAVE_STRING_H 59 60/* Systemd available and enabled */ 61#undef HAVE_SYSTEMD 62 63/* Define to 1 if you have the <sys/eventfd.h> header file. */ 64#undef HAVE_SYS_EVENTFD_H 65 66/* Define to 1 if you have the <sys/stat.h> header file. */ 67#undef HAVE_SYS_STAT_H 68 69/* Define to 1 if you have the <sys/types.h> header file. */ 70#undef HAVE_SYS_TYPES_H 71 72/* Define to 1 if you have the <unistd.h> header file. */ 73#undef HAVE_UNISTD_H 74 75/* Define to 1 if you have the <utmp.h> header file. */ 76#undef HAVE_UTMP_H 77 78/* Define to 1 if you have the <valgrind/memcheck.h> header file. */ 79#undef HAVE_VALGRIND_MEMCHECK_H 80 81/* Define to 1 if you have the <yajl/yajl_version.h> header file. */ 82#undef HAVE_YAJL_YAJL_VERSION_H 83 84/* Define curses header to use */ 85#undef INCLUDE_CURSES_H 86 87/* Define extfs header to use */ 88#undef INCLUDE_EXTFS_H 89 90/* libutil header file name */ 91#undef INCLUDE_LIBUTIL_H 92 93/* IPXE path */ 94#undef IPXE_PATH 95 96/* OVMF path */ 97#undef OVMF_PATH 98 99/* Define to the address where bug reports for this package should be sent. */ 100#undef PACKAGE_BUGREPORT 101 102/* Define to the full name of this package. */ 103#undef PACKAGE_NAME 104 105/* Define to the full name and version of this package. */ 106#undef PACKAGE_STRING 107 108/* Define to the one symbol short name of this package. */ 109#undef PACKAGE_TARNAME 110 111/* Define to the home page for this package. */ 112#undef PACKAGE_URL 113 114/* Define to the version of this package. */ 115#undef PACKAGE_VERSION 116 117/* Qemu Xen path */ 118#undef QEMU_XEN_PATH 119 120/* SeaBIOS path */ 121#undef SEABIOS_PATH 122 123/* Define to 1 if you have the ANSI C header files. */ 124#undef STDC_HEADERS 125 126/* QMP proxy path */ 127#undef STUBDOM_QMP_PROXY_PATH 128 129/* Enable large inode numbers on Mac OS X 10.5. */ 130#ifndef _DARWIN_USE_64_BIT_INODE 131# define _DARWIN_USE_64_BIT_INODE 1 132#endif 133 134/* Number of bits in a file offset, on hosts where this is settable. */ 135#undef _FILE_OFFSET_BITS 136 137/* Define for large files, on AIX-style hosts. */ 138#undef _LARGE_FILES 139