Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / include / mconfig.h
1 /*
2  *  We got rid of configure for now, and I hope it stays like this.
3  *  This file may have to be changed/reworked completely
4  *
5  *
6  */
7
8 /* mconfig.h.  Generated by configure.  */
9 /* mconfig.h.in.  Generated from configure.in by autoheader.  */
10
11 /* Define to 1 if you have the <endian.h> header file. */
12 #define HAVE_ENDIAN_H 1
13
14 /* Define to 1 if you have the <inttypes.h> header file. */
15 #define HAVE_INTTYPES_H 1
16
17 /* Define to 1 if you have the <machine/endian.h> header file. */
18 /* #undef HAVE_MACHINE_ENDIAN_H */
19
20 /* Define to 1 if you have the <memory.h> header file. */
21 #define HAVE_MEMORY_H 1
22
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #define HAVE_STDINT_H 1
25
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #define HAVE_STDLIB_H 1
28
29 /* Define to 1 if you have the <strings.h> header file. */
30 #define HAVE_STRINGS_H 1
31
32 /* Define to 1 if you have the <string.h> header file. */
33 #define HAVE_STRING_H 1
34
35 /* Define to 1 if you have the <sys/stat.h> header file. */
36 #define HAVE_SYS_STAT_H 1
37
38 /* Define to 1 if you have the <sys/types.h> header file. */
39 #define HAVE_SYS_TYPES_H 1
40
41 /* Define to 1 if you have the <unistd.h> header file. */
42 #define HAVE_UNISTD_H 1
43
44 /* Define to the address where bug reports for this package should be sent. */
45 #define PACKAGE_BUGREPORT ""
46
47 /* Define to the full name of this package. */
48 #define PACKAGE_NAME ""
49
50 /* Define to the full name and version of this package. */
51 #define PACKAGE_STRING ""
52
53 /* Define to the one symbol short name of this package. */
54 #define PACKAGE_TARNAME ""
55
56 /* Define to the version of this package. */
57 #define PACKAGE_VERSION ""
58
59 /* Define to 1 if you have the ANSI C header files. */
60 #define STDC_HEADERS 1
61
62 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
63    `char[]'. */
64 #define YYTEXT_POINTER 1
65
66 /* Number of bits in a file offset, on hosts where this is settable. */
67 /* #undef _FILE_OFFSET_BITS */
68
69 /* Define for large files, on AIX-style hosts. */
70 /* #undef _LARGE_FILES */