1/* include/config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Use ALSA library for sound I/O */
7#undef AD_BACKEND_ALSA
8
9/* Use Jack library for sound I/O */
10#undef AD_BACKEND_JACK
11
12/* No interface for sound I/O */
13#undef AD_BACKEND_NONE
14
15/* Use OSS for sound I/O */
16#undef AD_BACKEND_OSS
17
18/* Use PulseAudio library for sound I/O */
19#undef AD_BACKEND_PULSEAUDIO
20
21/* Use WinMM interface for sound I/O */
22#undef AD_BACKEND_WIN32
23
24/* Default radix point for fixed-point */
25#undef DEFAULT_RADIX
26
27/* Enable thread safety */
28#undef ENABLE_THREADS
29
30/* Use Q15 fixed-point computation */
31#undef FIXED16
32
33/* Use fixed-point computation */
34#undef FIXED_POINT
35
36/* Define to 1 if you have the <dlfcn.h> header file. */
37#undef HAVE_DLFCN_H
38
39/* Define if you have the iconv() function. */
40#undef HAVE_ICONV
41
42/* Define to 1 if you have the <inttypes.h> header file. */
43#undef HAVE_INTTYPES_H
44
45/* Define to 1 if you have the `asound' library (-lasound). */
46#undef HAVE_LIBASOUND
47
48/* Define to 1 if you have the `blas' library (-lblas). */
49#undef HAVE_LIBBLAS
50
51/* Define to 1 if you have the `jack' library (-ljack). */
52#undef HAVE_LIBJACK
53
54/* Define to 1 if you have the `lapack' library (-llapack). */
55#undef HAVE_LIBLAPACK
56
57/* Define to 1 if you have the `m' library (-lm). */
58#undef HAVE_LIBM
59
60/* Define to 1 if you have the `pthread' library (-lpthread). */
61#undef HAVE_LIBPTHREAD
62
63/* Define to 1 if you have the `pulse' library (-lpulse). */
64#undef HAVE_LIBPULSE
65
66/* Define to 1 if you have the `pulse-simple' library (-lpulse-simple). */
67#undef HAVE_LIBPULSE_SIMPLE
68
69/* Define to 1 if the system has the type `long long'. */
70#undef HAVE_LONG_LONG
71
72/* Define to 1 if you have the <memory.h> header file. */
73#undef HAVE_MEMORY_H
74
75/* Define to 1 if you have the `perror' function. */
76#undef HAVE_PERROR
77
78/* Define to 1 if you have the `popen' function. */
79#undef HAVE_POPEN
80
81/* Define to 1 if you have the <pthread.h> header file. */
82#undef HAVE_PTHREAD_H
83
84/* Define to 1 if you have the <samplerate.h> header file. */
85#undef HAVE_SAMPLERATE_H
86
87/* Define to 1 if you have the <sndfile.h> header file. */
88#undef HAVE_SNDFILE_H
89
90/* Define to 1 if you have the `snprintf' function. */
91#undef HAVE_SNPRINTF
92
93/* Define to 1 if you have the <stdint.h> header file. */
94#undef HAVE_STDINT_H
95
96/* Define to 1 if you have the <stdlib.h> header file. */
97#undef HAVE_STDLIB_H
98
99/* Define to 1 if you have the <strings.h> header file. */
100#undef HAVE_STRINGS_H
101
102/* Define to 1 if you have the <string.h> header file. */
103#undef HAVE_STRING_H
104
105/* Define to 1 if you have the <sys/stat.h> header file. */
106#undef HAVE_SYS_STAT_H
107
108/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H
110
111/* Define to 1 if you have the <unistd.h> header file. */
112#undef HAVE_UNISTD_H
113
114/* Define as const if the declaration of iconv() needs const. */
115#undef ICONV_CONST
116
117/* Define to the sub-directory in which libtool stores uninstalled libraries.
118   */
119#undef LT_OBJDIR
120
121/* Define to the address where bug reports for this package should be sent. */
122#undef PACKAGE_BUGREPORT
123
124/* Define to the full name of this package. */
125#undef PACKAGE_NAME
126
127/* Define to the full name and version of this package. */
128#undef PACKAGE_STRING
129
130/* Define to the one symbol short name of this package. */
131#undef PACKAGE_TARNAME
132
133/* Define to the home page for this package. */
134#undef PACKAGE_URL
135
136/* Define to the version of this package. */
137#undef PACKAGE_VERSION
138
139/* Define as the return type of signal handlers (`int' or `void'). */
140#undef RETSIGTYPE
141
142/* The size of `long', as computed by sizeof. */
143#undef SIZEOF_LONG
144
145/* The size of `long long', as computed by sizeof. */
146#undef SIZEOF_LONG_LONG
147
148/* Enable debugging output */
149#undef SPHINX_DEBUG
150
151/* Define to 1 if you have the ANSI C header files. */
152#undef STDC_HEADERS
153
154/* Enable matrix algebra with LAPACK */
155#undef WITH_LAPACK
156
157/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
158   significant byte first (like Motorola and SPARC, unlike Intel). */
159#if defined AC_APPLE_UNIVERSAL_BUILD
160# if defined __BIG_ENDIAN__
161#  define WORDS_BIGENDIAN 1
162# endif
163#else
164# ifndef WORDS_BIGENDIAN
165#  undef WORDS_BIGENDIAN
166# endif
167#endif
168