Avoid a lot of malloc/free traffic
[openbios/afaerber.git] / include / mconfig.h
blob0a4decfb994d315ed11445bbdd6a4666923febe1
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
6 */
8 /* mconfig.h. Generated by configure. */
9 /* mconfig.h.in. Generated from configure.in by autoheader. */
11 /* Define to 1 if you have the <endian.h> header file. */
12 #define HAVE_ENDIAN_H 1
14 /* Define to 1 if you have the <inttypes.h> header file. */
15 #define HAVE_INTTYPES_H 1
17 /* Define to 1 if you have the <machine/endian.h> header file. */
18 /* #undef HAVE_MACHINE_ENDIAN_H */
20 /* Define to 1 if you have the <memory.h> header file. */
21 #define HAVE_MEMORY_H 1
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #define HAVE_STDINT_H 1
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #define HAVE_STDLIB_H 1
29 /* Define to 1 if you have the <strings.h> header file. */
30 #define HAVE_STRINGS_H 1
32 /* Define to 1 if you have the <string.h> header file. */
33 #define HAVE_STRING_H 1
35 /* Define to 1 if you have the <sys/stat.h> header file. */
36 #define HAVE_SYS_STAT_H 1
38 /* Define to 1 if you have the <sys/types.h> header file. */
39 #define HAVE_SYS_TYPES_H 1
41 /* Define to 1 if you have the <unistd.h> header file. */
42 #define HAVE_UNISTD_H 1
44 /* Define to the address where bug reports for this package should be sent. */
45 #define PACKAGE_BUGREPORT ""
47 /* Define to the full name of this package. */
48 #define PACKAGE_NAME ""
50 /* Define to the full name and version of this package. */
51 #define PACKAGE_STRING ""
53 /* Define to the one symbol short name of this package. */
54 #define PACKAGE_TARNAME ""
56 /* Define to the version of this package. */
57 #define PACKAGE_VERSION ""
59 /* Define to 1 if you have the ANSI C header files. */
60 #define STDC_HEADERS 1
62 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
63 `char[]'. */
64 #define YYTEXT_POINTER 1
66 /* Number of bits in a file offset, on hosts where this is settable. */
67 /* #undef _FILE_OFFSET_BITS */
69 /* Define for large files, on AIX-style hosts. */
70 /* #undef _LARGE_FILES */