rerun autoheader to make use of HAVE_LONG_DOUBLE
[libfirm] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /*
3  * libFIRM Project
4  *
5  * $Id$
6  */
7
8 /* define to enable debugging stuff. */
9 #undef DEBUG_libfirm
10
11 /* Define to disable assertion checking.  */
12 #undef NDEBUG
13
14 /* Define to value "inline" for gcc inlineing. */
15 #undef USE_GCC_INLINE
16
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #undef HAVE_INTTYPES_H
19
20 /* Define to 1 if you have the <jni.h> header file. */
21 #undef HAVE_JNI_H
22
23 /* Define to 1 if long double works and has more range or precision than
24    double. */
25 #undef HAVE_LONG_DOUBLE
26
27 /* Define to 1 if you have the <math.h> header file. */
28 #undef HAVE_MATH_H
29
30 /* Define to 1 if you have the <memory.h> header file. */
31 #undef HAVE_MEMORY_H
32
33 /* Define to 1 if you have the <obstack.h> header file. */
34 #undef HAVE_OBSTACK_H
35
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #undef HAVE_STDINT_H
38
39 /* Define to 1 if you have the <stdlib.h> header file. */
40 #undef HAVE_STDLIB_H
41
42 /* Define to 1 if you have the <strings.h> header file. */
43 #undef HAVE_STRINGS_H
44
45 /* Define to 1 if you have the <string.h> header file. */
46 #undef HAVE_STRING_H
47
48 /* Define to 1 if you have the <sys/stat.h> header file. */
49 #undef HAVE_SYS_STAT_H
50
51 /* Define to 1 if you have the <sys/types.h> header file. */
52 #undef HAVE_SYS_TYPES_H
53
54 /* Define to 1 if you have the <unistd.h> header file. */
55 #undef HAVE_UNISTD_H
56
57 /* Define to the address where bug reports for this package should be sent. */
58 #undef PACKAGE_BUGREPORT
59
60 /* Define to the full name of this package. */
61 #undef PACKAGE_NAME
62
63 /* Define to the full name and version of this package. */
64 #undef PACKAGE_STRING
65
66 /* Define to the one symbol short name of this package. */
67 #undef PACKAGE_TARNAME
68
69 /* Define to the version of this package. */
70 #undef PACKAGE_VERSION
71
72 /* Define to 1 if you have the ANSI C header files. */
73 #undef STDC_HEADERS
74
75 /* Define to 1 if your processor stores words with the most significant byte
76    first (like Motorola and SPARC, unlike Intel and VAX). */
77 #undef WORDS_BIGENDIAN