- add descriptions to AC_DEFINE macros in configure.in\n- define _GNU_SOURCE so that...
[libfirm] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /*
3  * Project:     libFIRM
4  * File name:   acconfig.h
5  * Purpose:
6  * Author:      Till Riedel
7  * Modified by:
8  * Created:
9  * CVS-ID:      $Id$
10  * Copyright:   (c) 2002-2003 Universität Karlsruhe
11  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
12  */
13
14 /* define to enable debugging stuff. */
15 #undef DEBUG_libfirm
16
17 /* Define to disable assertion checking.  */
18 #undef NDEBUG
19
20 /* Define to value "inline" for gcc inlineing. */
21 #undef USE_GCC_INLINE
22
23 /* enable heap analysis */
24 #undef DO_HEAPANALYSIS
25
26 /* enable firm hooks */
27 #undef FIRM_ENABLE_HOOKS
28
29 /* enable wchar_t support for identifiers */
30 #undef FIRM_ENABLE_WCHAR
31
32 /* enable statistics code */
33 #undef FIRM_STATISTICS
34
35 /* Define to 1 if you have the <alloca.h> header file. */
36 #undef HAVE_ALLOCA_H
37
38 /* Define to 1 if you have the <inttypes.h> header file. */
39 #undef HAVE_INTTYPES_H
40
41 /* Define to 1 if you have the <jni.h> header file. */
42 #undef HAVE_JNI_H
43
44 /* Define to 1 if you have the <libxml/parser.h> header file. */
45 #undef HAVE_LIBXML_PARSER_H
46
47 /* Define to 1 if long double works and has more range or precision than
48    double. */
49 #undef HAVE_LONG_DOUBLE
50
51 /* Define to 1 if you have the <math.h> header file. */
52 #undef HAVE_MATH_H
53
54 /* Define to 1 if you have the <memory.h> header file. */
55 #undef HAVE_MEMORY_H
56
57 /* Define to 1 if you have the <obstack.h> header file. */
58 #undef HAVE_OBSTACK_H
59
60 /* Define to 1 if you have the <stdint.h> header file. */
61 #undef HAVE_STDINT_H
62
63 /* Define to 1 if you have the <stdlib.h> header file. */
64 #undef HAVE_STDLIB_H
65
66 /* Define to 1 if you have the <strings.h> header file. */
67 #undef HAVE_STRINGS_H
68
69 /* Define to 1 if you have the <string.h> header file. */
70 #undef HAVE_STRING_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #undef HAVE_SYS_TYPES_H
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #undef HAVE_UNISTD_H
80
81 /* Define to the address where bug reports for this package should be sent. */
82 #undef PACKAGE_BUGREPORT
83
84 /* Define to the full name of this package. */
85 #undef PACKAGE_NAME
86
87 /* Define to the full name and version of this package. */
88 #undef PACKAGE_STRING
89
90 /* Define to the one symbol short name of this package. */
91 #undef PACKAGE_TARNAME
92
93 /* Define to the version of this package. */
94 #undef PACKAGE_VERSION
95
96 /* Define to 1 if you have the ANSI C header files. */
97 #undef STDC_HEADERS
98
99 /* use inlining */
100 #undef USE_INLINING
101
102 /* compile with ilp solver support */
103 #undef WITH_ILP
104
105 /* compile with jvm support */
106 #undef WITH_JVM
107
108 /* compile with libcore support */
109 #undef WITH_LIBCORE
110
111 /* Define to 1 if your processor stores words with the most significant byte
112    first (like Motorola and SPARC, unlike Intel and VAX). */
113 #undef WORDS_BIGENDIAN
114
115 /* we use gnu extensions */
116 #undef _GNU_SOURCE
117
118 /* Define to empty if `const' does not conform to ANSI C. */
119 #undef const
120
121 /* Define to `__inline__' or `__inline' if that's what the C compiler
122    calls it, or to nothing if 'inline' is not supported under any name.  */
123 #ifndef __cplusplus
124 #undef inline
125 #endif
126
127 /* Define to empty if the keyword `volatile' does not work. Warning: valid
128    code using `volatile' can become incorrect without. Disable with care. */
129 #undef volatile