Make giface.cpp compile when DSSI support is disabled.
[calf.git] / config.h.in
blob71b50c665ef74bc0fea7a0cad3688f9629be1390
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* "Experimental features are enabled" */
4 #undef ENABLE_EXPERIMENTAL
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
9 /* Define to 1 if you have the `floor' function. */
10 #undef HAVE_FLOOR
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
15 /* Define to 1 if you have the <jack/jack.h> header file. */
16 #undef HAVE_JACK_JACK_H
18 /* Define to 1 if you have the <math.h> header file. */
19 #undef HAVE_MATH_H
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
24 /* Define to 1 if you have the `memset' function. */
25 #undef HAVE_MEMSET
27 /* Define to 1 if you have the `pow' function. */
28 #undef HAVE_POW
30 /* Define to 1 if stdbool.h conforms to C99. */
31 #undef HAVE_STDBOOL_H
33 /* Define to 1 if you have the <stdint.h> header file. */
34 #undef HAVE_STDINT_H
36 /* Define to 1 if you have the <stdlib.h> header file. */
37 #undef HAVE_STDLIB_H
39 /* Define to 1 if you have the <strings.h> header file. */
40 #undef HAVE_STRINGS_H
42 /* Define to 1 if you have the <string.h> header file. */
43 #undef HAVE_STRING_H
45 /* Define to 1 if you have the <sys/stat.h> header file. */
46 #undef HAVE_SYS_STAT_H
48 /* Define to 1 if you have the <sys/types.h> header file. */
49 #undef HAVE_SYS_TYPES_H
51 /* Define to 1 if you have the <time.h> header file. */
52 #undef HAVE_TIME_H
54 /* Define to 1 if you have the <unistd.h> header file. */
55 #undef HAVE_UNISTD_H
57 /* Define to 1 if the system has the type `_Bool'. */
58 #undef HAVE__BOOL
60 /* Old JACK version (with extra nframes argument) is to be used */
61 #undef OLD_JACK
63 /* Name of package */
64 #undef PACKAGE
66 /* Define to the address where bug reports for this package should be sent. */
67 #undef PACKAGE_BUGREPORT
69 /* Define to the full name of this package. */
70 #undef PACKAGE_NAME
72 /* Define to the full name and version of this package. */
73 #undef PACKAGE_STRING
75 /* Define to the one symbol short name of this package. */
76 #undef PACKAGE_TARNAME
78 /* Define to the version of this package. */
79 #undef PACKAGE_VERSION
81 /* Calf shared data directory (bitmaps, GUI XML etc.) */
82 #undef PKGLIBDIR
84 /* Define to 1 if you have the ANSI C header files. */
85 #undef STDC_HEADERS
87 /* DSSI wrapper will be built */
88 #undef USE_DSSI
90 /* GTK+ GUI for DSSI will be built */
91 #undef USE_DSSI_GUI
93 /* JACK I/O will be used */
94 #undef USE_JACK
96 /* LADSPA wrapper will be built */
97 #undef USE_LADSPA
99 /* "LASH Audio Session Handler client functionality is enabled" */
100 #undef USE_LASH
102 /* LV2 wrapper will be built */
103 #undef USE_LV2
105 /* GTK+ GUI for LV2 plugins will be built */
106 #undef USE_LV2_GUI
108 /* Version number of package */
109 #undef VERSION
111 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
112 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
113 #define below would cause a syntax error. */
114 #undef _UINT32_T
116 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
117 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
118 #define below would cause a syntax error. */
119 #undef _UINT64_T
121 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
122 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
123 #define below would cause a syntax error. */
124 #undef _UINT8_T
126 /* Define to empty if `const' does not conform to ANSI C. */
127 #undef const
129 /* Define to `__inline__' or `__inline' if that's what the C compiler
130 calls it, or to nothing if 'inline' is not supported under any name. */
131 #ifndef __cplusplus
132 #undef inline
133 #endif
135 /* Define to the type of a signed integer type of width exactly 16 bits if
136 such a type exists and the standard includes do not define it. */
137 #undef int16_t
139 /* Define to the type of a signed integer type of width exactly 32 bits if
140 such a type exists and the standard includes do not define it. */
141 #undef int32_t
143 /* Define to the type of a signed integer type of width exactly 64 bits if
144 such a type exists and the standard includes do not define it. */
145 #undef int64_t
147 /* Define to the type of a signed integer type of width exactly 8 bits if such
148 a type exists and the standard includes do not define it. */
149 #undef int8_t
151 /* Define to the type of an unsigned integer type of width exactly 16 bits if
152 such a type exists and the standard includes do not define it. */
153 #undef uint16_t
155 /* Define to the type of an unsigned integer type of width exactly 32 bits if
156 such a type exists and the standard includes do not define it. */
157 #undef uint32_t
159 /* Define to the type of an unsigned integer type of width exactly 64 bits if
160 such a type exists and the standard includes do not define it. */
161 #undef uint64_t
163 /* Define to the type of an unsigned integer type of width exactly 8 bits if
164 such a type exists and the standard includes do not define it. */
165 #undef uint8_t