SphinxBase 0.6
sphinx_config.h
1/* include/sphinx_config.h. Generated from sphinx_config.h.in by configure. */
2/* sphinx_config.h: Externally visible configuration parameters */
3
4/* Use ALSA library for sound I/O */
5/* #define AD_BACKEND_ALSA */
6
7/* Use IRIX interface for sound I/O */
8/* #undef AD_BACKEND_IRIX */
9
10/* No interface for sound I/O */
11#undef AD_BACKEND_NONE
12
13/* Use OSF interface for sound I/O */
14/* #undef AD_BACKEND_OSF */
15
16/* Use OSS interface for sound I/O */
17/* #undef AD_BACKEND_OSS */
18
19/* Use OSS interface for sound I/O */
20/* #undef AD_BACKEND_OSS_BSD */
21
22/* Use SunOS interface for sound I/O */
23/* #undef AD_BACKEND_SUNOS */
24
25/* Use WinMM interface for sound I/O */
26/* #undef AD_BACKEND_WIN32 */
27
28/* Default radix point for fixed-point */
29/* #undef DEFAULT_RADIX */
30
31/* Use Q15 fixed-point computation */
32/* #undef FIXED16 */
33
34/* Use fixed-point computation */
35#define FIXED_POINT
36
37/* The size of `long', as computed by sizeof. */
38#define SIZEOF_LONG 8
39
40/* Define to 1 if the system has the type `long long'. */
41#define HAVE_LONG_LONG 1
42
43/* The size of `long long', as computed by sizeof. */
44#define SIZEOF_LONG_LONG 8
45
46/* Enable debugging output */
47/* #undef SPHINX_DEBUG */