+ Documentation: API documentation updates
[calf.git] / config.h.in
blob3ddb9734cf23c3aaea5d30197af2e76f061f0cb8
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 /* Define to 1 if you have the ANSI C header files. */
82 #undef STDC_HEADERS
84 /* DSSI wrapper will be built */
85 #undef USE_DSSI
87 /* GTK+ GUI for DSSI will be built */
88 #undef USE_DSSI_GUI
90 /* JACK I/O will be used */
91 #undef USE_JACK
93 /* LADSPA wrapper will be built */
94 #undef USE_LADSPA
96 /* "LASH Audio Session Handler client functionality is enabled" */
97 #undef USE_LASH
99 /* LV2 wrapper will be built */
100 #undef USE_LV2
102 /* GTK+ GUI for LV2 plugins will be built */
103 #undef USE_LV2_GUI
105 /* Version number of package */
106 #undef VERSION
108 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
109 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
110 #define below would cause a syntax error. */
111 #undef _UINT32_T
113 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
114 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
115 #define below would cause a syntax error. */
116 #undef _UINT64_T
118 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
119 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
120 #define below would cause a syntax error. */
121 #undef _UINT8_T
123 /* Define to empty if `const' does not conform to ANSI C. */
124 #undef const
126 /* Define to `__inline__' or `__inline' if that's what the C compiler
127 calls it, or to nothing if 'inline' is not supported under any name. */
128 #ifndef __cplusplus
129 #undef inline
130 #endif
132 /* Define to the type of a signed integer type of width exactly 16 bits if
133 such a type exists and the standard includes do not define it. */
134 #undef int16_t
136 /* Define to the type of a signed integer type of width exactly 32 bits if
137 such a type exists and the standard includes do not define it. */
138 #undef int32_t
140 /* Define to the type of a signed integer type of width exactly 64 bits if
141 such a type exists and the standard includes do not define it. */
142 #undef int64_t
144 /* Define to the type of a signed integer type of width exactly 8 bits if such
145 a type exists and the standard includes do not define it. */
146 #undef int8_t
148 /* Define to the type of an unsigned integer type of width exactly 16 bits if
149 such a type exists and the standard includes do not define it. */
150 #undef uint16_t
152 /* Define to the type of an unsigned integer type of width exactly 32 bits if
153 such a type exists and the standard includes do not define it. */
154 #undef uint32_t
156 /* Define to the type of an unsigned integer type of width exactly 64 bits if
157 such a type exists and the standard includes do not define it. */
158 #undef uint64_t
160 /* Define to the type of an unsigned integer type of width exactly 8 bits if
161 such a type exists and the standard includes do not define it. */
162 #undef uint8_t