tizen 2.3.1 release
[external/alsa-lib.git] / include / config.h.in
1 /* include/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Directory with aload* device files */
4 #undef ALOAD_DEVICE_DIRECTORY
5
6 /* directory containing ALSA configuration database */
7 #undef ALSA_CONFIG_DIR
8
9 /* Enable assert at error message handler */
10 #undef ALSA_DEBUG_ASSERT
11
12 /* Directory with ALSA device files */
13 #undef ALSA_DEVICE_DIRECTORY
14
15 /* directory containing pkgconfig files */
16 #undef ALSA_PKGCONF_DIR
17
18 /* directory containing ALSA add-on modules */
19 #undef ALSA_PLUGIN_DIR
20
21 /* Build hwdep component */
22 #undef BUILD_HWDEP
23
24 /* Build mixer component */
25 #undef BUILD_MIXER
26
27 /* Build PCM component */
28 #undef BUILD_PCM
29
30 /* Build PCM adpcm plugin */
31 #undef BUILD_PCM_PLUGIN_ADPCM
32
33 /* Build PCM alaw plugin */
34 #undef BUILD_PCM_PLUGIN_ALAW
35
36 /* Build PCM lfloat plugin */
37 #undef BUILD_PCM_PLUGIN_LFLOAT
38
39 /* Build PCM mmap-emul plugin */
40 #undef BUILD_PCM_PLUGIN_MMAP_EMUL
41
42 /* Build PCM mulaw plugin */
43 #undef BUILD_PCM_PLUGIN_MULAW
44
45 /* Build PCM rate plugin */
46 #undef BUILD_PCM_PLUGIN_RATE
47
48 /* Build PCM route plugin */
49 #undef BUILD_PCM_PLUGIN_ROUTE
50
51 /* Build raw MIDI component */
52 #undef BUILD_RAWMIDI
53
54 /* Build sequencer component */
55 #undef BUILD_SEQ
56
57 /* Build UCM component */
58 #undef BUILD_UCM
59
60 /* Have clock gettime */
61 #undef HAVE_CLOCK_GETTIME
62
63 /* Define to 1 if you have the <dlfcn.h> header file. */
64 #undef HAVE_DLFCN_H
65
66 /* Define to 1 if you have the <inttypes.h> header file. */
67 #undef HAVE_INTTYPES_H
68
69 /* Have libdl */
70 #undef HAVE_LIBDL
71
72 /* Have libpthread */
73 #undef HAVE_LIBPTHREAD
74
75 /* Define to 1 if you have the `resmgr' library (-lresmgr). */
76 #undef HAVE_LIBRESMGR
77
78 /* Have librt */
79 #undef HAVE_LIBRT
80
81 /* Define to 1 if you have the <memory.h> header file. */
82 #undef HAVE_MEMORY_H
83
84 /* Avoid calculation in float */
85 #undef HAVE_SOFT_FLOAT
86
87 /* Define to 1 if you have the <stdint.h> header file. */
88 #undef HAVE_STDINT_H
89
90 /* Define to 1 if you have the <stdlib.h> header file. */
91 #undef HAVE_STDLIB_H
92
93 /* Define to 1 if you have the <strings.h> header file. */
94 #undef HAVE_STRINGS_H
95
96 /* Define to 1 if you have the <string.h> header file. */
97 #undef HAVE_STRING_H
98
99 /* Define to 1 if you have the <sys/stat.h> header file. */
100 #undef HAVE_SYS_STAT_H
101
102 /* Define to 1 if you have the <sys/types.h> header file. */
103 #undef HAVE_SYS_TYPES_H
104
105 /* Define to 1 if you have the <unistd.h> header file. */
106 #undef HAVE_UNISTD_H
107
108 /* Define to 1 if you have the `uselocale' function. */
109 #undef HAVE_USELOCALE
110
111 /* Define to 1 if you have the <wordexp.h> header file. */
112 #undef HAVE_WORDEXP_H
113
114 /* No assert debug */
115 #undef NDEBUG
116
117 /* Name of package */
118 #undef PACKAGE
119
120 /* Define to the address where bug reports for this package should be sent. */
121 #undef PACKAGE_BUGREPORT
122
123 /* Define to the full name of this package. */
124 #undef PACKAGE_NAME
125
126 /* Define to the full name and version of this package. */
127 #undef PACKAGE_STRING
128
129 /* Define to the one symbol short name of this package. */
130 #undef PACKAGE_TARNAME
131
132 /* Define to the home page for this package. */
133 #undef PACKAGE_URL
134
135 /* Define to the version of this package. */
136 #undef PACKAGE_VERSION
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140
141 /* Support /dev/aload* access for auto-loading */
142 #undef SUPPORT_ALOAD
143
144 /* Support resmgr with alsa-lib */
145 #undef SUPPORT_RESMGR
146
147 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
148 #undef TIME_WITH_SYS_TIME
149
150 /* directory to put tmp socket files */
151 #undef TMPDIR
152
153 /* sound library version string */
154 #undef VERSION
155
156 /* compiled with versioned symbols */
157 #undef VERSIONED_SYMBOLS
158
159 /* Toolchain Symbol Prefix */
160 #undef __SYMBOL_PREFIX
161
162 /* Define to empty if `const' does not conform to ANSI C. */
163 #undef const
164
165 /* Define to `__inline__' or `__inline' if that's what the C compiler
166    calls it, or to nothing if 'inline' is not supported under any name.  */
167 #ifndef __cplusplus
168 #undef inline
169 #endif