linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
config.h
(4714B)
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Enabling support partial device tree in libxl */
5 /* #undef ENABLE_PARTIAL_DEVICE_TREE */
6
7 /* Define to 1 if you have the declaration of `fdt_first_subnode', and to 0 if
8 you don't. */
9 /* #undef HAVE_DECL_FDT_FIRST_SUBNODE */
10
11 /* Define to 1 if you have the declaration of `fdt_next_subnode', and to 0 if
12 you don't. */
13 /* #undef HAVE_DECL_FDT_NEXT_SUBNODE */
14
15 /* Define to 1 if you have the declaration of `fdt_property_u32', and to 0 if
16 you don't. */
17 /* #undef HAVE_DECL_FDT_PROPERTY_U32 */
18
19 /* Define to 1 if you have the `fdt_first_subnode' function. */
20 /* #undef HAVE_FDT_FIRST_SUBNODE */
21
22 /* Define to 1 if you have the `fdt_next_subnode' function. */
23 /* #undef HAVE_FDT_NEXT_SUBNODE */
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
27
28 /* Define to 1 if you have the `fdt' library (-lfdt). */
29 /* #undef HAVE_LIBFDT */
30
31 /* Define to 1 if you have the `lzma' library (-llzma). */
32 /* #undef HAVE_LIBLZMA */
33
34 /* Define to 1 if you have the `yajl' library (-lyajl). */
35 #define HAVE_LIBYAJL 1
36
37 /* Define to 1 if you have the `z' library (-lz). */
38 #define HAVE_LIBZ 1
39
40 /* Define to 1 if you have the `pipe2' function. */
41 #define HAVE_PIPE2 1
42
43 /* pygrub enabled */
44 /* #undef HAVE_PYGRUB */
45
46 /* Qemu traditional enabled */
47 /* #undef HAVE_QEMU_TRADITIONAL */
48
49 /* ROMBIOS enabled */
50 /* #undef HAVE_ROMBIOS */
51
52 /* Define to 1 if you have the <stdint.h> header file. */
53 #define HAVE_STDINT_H 1
54
55 /* Define to 1 if you have the <stdio.h> header file. */
56 #define HAVE_STDIO_H 1
57
58 /* Define to 1 if you have the <stdlib.h> header file. */
59 #define HAVE_STDLIB_H 1
60
61 /* Define to 1 if you have the <strings.h> header file. */
62 #define HAVE_STRINGS_H 1
63
64 /* Define to 1 if you have the <string.h> header file. */
65 #define HAVE_STRING_H 1
66
67 /* Systemd available and enabled */
68 /* #undef HAVE_SYSTEMD */
69
70 /* Define to 1 if you have the <sys/eventfd.h> header file. */
71 #define HAVE_SYS_EVENTFD_H 1
72
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #define HAVE_SYS_STAT_H 1
75
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #define HAVE_SYS_TYPES_H 1
78
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
81
82 /* Define to 1 if you have the <utmp.h> header file. */
83 #define HAVE_UTMP_H 1
84
85 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
86 /* #undef HAVE_VALGRIND_MEMCHECK_H */
87
88 /* Define to 1 if you have the <yajl/yajl_version.h> header file. */
89 #define HAVE_YAJL_YAJL_VERSION_H 1
90
91 /* Define curses header to use */
92 #define INCLUDE_CURSES_H <ncurses.h>
93
94 /* Header path for INCLUDE_ENDIAN_H */
95 #define INCLUDE_ENDIAN_H <endian.h>
96
97 /* Define extfs header to use */
98 /* #undef INCLUDE_EXTFS_H */
99
100 /* IPXE path */
101 /* #undef IPXE_PATH */
102
103 /* Xen's libexec path */
104 #define LIBEXEC_BIN "/lib/xen/bin"
105
106 /* OVMF path */
107 /* #undef OVMF_PATH */
108
109 /* Define to the address where bug reports for this package should be sent. */
110 #define PACKAGE_BUGREPORT "xen-devel@lists.xen.org"
111
112 /* Define to the full name of this package. */
113 #define PACKAGE_NAME "Xen Hypervisor Tools"
114
115 /* Define to the full name and version of this package. */
116 #define PACKAGE_STRING "Xen Hypervisor Tools 4.19"
117
118 /* Define to the one symbol short name of this package. */
119 #define PACKAGE_TARNAME "xen"
120
121 /* Define to the home page for this package. */
122 #define PACKAGE_URL "https://www.xen.org/"
123
124 /* Define to the version of this package. */
125 #define PACKAGE_VERSION "4.19"
126
127 /* Qemu Xen path */
128 #define QEMU_XEN_PATH "/lib/xen/bin/qemu-system-i386"
129
130 /* SeaBIOS path */
131 /* #undef SEABIOS_PATH */
132
133 /* Define to 1 if all of the C90 standard headers exist (not just the ones
134 required in a freestanding environment). This macro is provided for
135 backward compatibility; new code need not use it. */
136 #define STDC_HEADERS 1
137
138 /* QMP proxy path */
139 #define STUBDOM_QMP_PROXY_PATH "/bin/vchan-socket-proxy"
140
141 /* Xen's firmware dir */
142 #define XENFIRMWAREDIR "/lib/xen/boot"
143
144 /* Xen's config dir */
145 #define XEN_CONFIG_DIR "/etc/xen"
146
147 /* Xen's dump directory */
148 #define XEN_DUMP_DIR "/var/lib/xen/dump"
149
150 /* Xen's lib dir */
151 #define XEN_LIB_DIR "/var/lib/xen"
152
153 /* Xen's lock dir */
154 #define XEN_LOCK_DIR "/var/lock"
155
156 /* Xen's log dir */
157 #define XEN_LOG_DIR "/var/log/xen"
158
159 /* Xen's runstate path */
160 #define XEN_RUN_DIR "/var/run/xen"
161
162 /* Xenstore's runstate path */
163 #define XEN_RUN_STORED "/var/run/xenstored"
164
165 /* Xen's script dir */
166 #define XEN_SCRIPT_DIR "/etc/xen/scripts"
167
168 /* Number of bits in a file offset, on hosts where this is settable. */
169 /* #undef _FILE_OFFSET_BITS */
170
171 /* Define for large files, on AIX-style hosts. */
172 /* #undef _LARGE_FILES */