new way to generate firm_config.h
[libfirm] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <alloca.h> header file. */
4 #undef HAVE_ALLOCA_H
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
11
12 /* Define to 1 if you have the <jni.h> header file. */
13 #undef HAVE_JNI_H
14
15 /* Define to 1 if you have the <libxml/parser.h> header file. */
16 #undef HAVE_LIBXML_PARSER_H
17
18 /* Define to 1 if long double works and has more range or precision than
19    double. */
20 #undef HAVE_LONG_DOUBLE
21
22 /* Define to 1 if you have the <math.h> header file. */
23 #undef HAVE_MATH_H
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the <obstack.h> header file. */
29 #undef HAVE_OBSTACK_H
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
36
37 /* Define to 1 if you have the <strings.h> header file. */
38 #undef HAVE_STRINGS_H
39
40 /* Define to 1 if you have the <string.h> header file. */
41 #undef HAVE_STRING_H
42
43 /* Define to 1 if you have the <sys/stat.h> header file. */
44 #undef HAVE_SYS_STAT_H
45
46 /* Define to 1 if you have the <sys/types.h> header file. */
47 #undef HAVE_SYS_TYPES_H
48
49 /* Define to 1 if you have the <unistd.h> header file. */
50 #undef HAVE_UNISTD_H
51
52 /* define to disable asserts */
53 #undef NDEBUG
54
55 /* Name of package */
56 #undef PACKAGE
57
58 /* Define to the address where bug reports for this package should be sent. */
59 #undef PACKAGE_BUGREPORT
60
61 /* Define to the full name of this package. */
62 #undef PACKAGE_NAME
63
64 /* Define to the full name and version of this package. */
65 #undef PACKAGE_STRING
66
67 /* Define to the one symbol short name of this package. */
68 #undef PACKAGE_TARNAME
69
70 /* Define to the version of this package. */
71 #undef PACKAGE_VERSION
72
73 /* Define to 1 if you have the ANSI C header files. */
74 #undef STDC_HEADERS
75
76 /* Version number of package */
77 #undef VERSION
78
79 /* Define to 1 if your processor stores words with the most significant byte
80    first (like Motorola and SPARC, unlike Intel and VAX). */
81 #undef WORDS_BIGENDIAN
82
83 /* we use gnu extensions */
84 #undef _GNU_SOURCE
85
86 /* Define to empty if `const' does not conform to ANSI C. */
87 #undef const
88
89 /* Define to `__inline__' or `__inline' if that's what the C compiler
90    calls it, or to nothing if 'inline' is not supported under any name.  */
91 #ifndef __cplusplus
92 #undef inline
93 #endif
94
95 /* Firms major version number */
96 #undef libfirm_VERSION_MAJOR
97
98 /* Firms micro version number */
99 #undef libfirm_VERSION_MICRO
100
101 /* Firms minor version number */
102 #undef libfirm_VERSION_MINOR
103
104 /* Define to empty if the keyword `volatile' does not work. Warning: valid
105    code using `volatile' can become incorrect without. Disable with care. */
106 #undef volatile