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