Update debian/changelog for new version
[fmit.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* define if the compiler has complex<T> */
4 #undef HAVE_COMPLEX
5
6 /* define if the compiler supports exceptions */
7 #undef HAVE_EXCEPTIONS
8
9 /* Define to 1 if you have the <fftw3.h> header file. */
10 #undef HAVE_FFTW3_H
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the `asound' library (-lasound). */
16 #undef HAVE_LIBASOUND
17
18 /* Define to 1 if you have the `fftw3' library (-lfftw3). */
19 #undef HAVE_LIBFFTW3
20
21 /* Define to 1 if you have the `jack' library (-ljack). */
22 #undef HAVE_LIBJACK
23
24 /* Define to 1 if you have the `portaudio' library (-lportaudio). */
25 #undef HAVE_LIBPORTAUDIO
26
27 /* Define to 1 if you have the <memory.h> header file. */
28 #undef HAVE_MEMORY_H
29
30 /* define if the compiler implements namespaces */
31 #undef HAVE_NAMESPACES
32
33 /* define if the compiler has numeric_limits<T> */
34 #undef HAVE_NUMERIC_LIMITS
35
36 /* Define to 1 if you have the `pow' function. */
37 #undef HAVE_POW
38
39 /* Define to 1 if you have the `sqrt' function. */
40 #undef HAVE_SQRT
41
42 /* define if the compiler has stringstream */
43 #undef HAVE_SSTREAM
44
45 /* Define to 1 if stdbool.h conforms to C99. */
46 #undef HAVE_STDBOOL_H
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* define if the compiler supports Standard Template Library */
55 #undef HAVE_STL
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
62
63 /* Define to 1 if you have the <sys/stat.h> header file. */
64 #undef HAVE_SYS_STAT_H
65
66 /* Define to 1 if you have the <sys/types.h> header file. */
67 #undef HAVE_SYS_TYPES_H
68
69 /* define if the compiler supports basic templates */
70 #undef HAVE_TEMPLATES
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H
74
75 /* Define to 1 if the system has the type `_Bool'. */
76 #undef HAVE__BOOL
77
78 /* References of the packager in the about box */
79 #undef PACKAGER_STRING
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 /* Installation prefix. */
97 #undef PREFIX
98
99 /* Define as the return type of signal handlers (`int' or `void'). */
100 #undef RETSIGTYPE
101
102 /* Define to 1 if you have the ANSI C header files. */
103 #undef STDC_HEADERS
104
105 /* Define to 1 if the X Window System is missing or not being used. */
106 #undef X_DISPLAY_MISSING
107
108 /* Define to empty if `const' does not conform to ANSI C. */
109 #undef const
110
111 /* Define to `__inline__' or `__inline' if that's what the C compiler
112    calls it, or to nothing if 'inline' is not supported under any name.  */
113 #ifndef __cplusplus
114 #undef inline
115 #endif
116
117 /* Define to `unsigned' if <sys/types.h> does not define. */
118 #undef size_t
119
120 /* Define to empty if the keyword `volatile' does not work. Warning: valid
121    code using `volatile' can become incorrect without. Disable with care. */
122 #undef volatile