SphinxBase 0.6
sphinx_config.h
1/* include/sphinx_config.h, defaults for Windows CE. */
2/* sphinx_config.h: Externally visible configuration parameters for
3 * SphinxBase.
4 */
5
6/* Use ALSA library for sound I/O */
7/* #undef AD_BACKEND_ALSA */
8
9/* Use IRIX interface for sound I/O */
10/* #undef AD_BACKEND_IRIX */
11
12/* No interface for sound I/O */
13/* #undef AD_BACKEND_NONE */
14
15/* Use OSF interface for sound I/O */
16/* #undef AD_BACKEND_OSF */
17
18/* Use OSS interface for sound I/O */
19/* #define AD_BACKEND_OSS */
20
21/* Use OSS interface for sound I/O */
22/* #undef AD_BACKEND_OSS_BSD */
23
24/* Use SunOS interface for sound I/O */
25/* #undef AD_BACKEND_SUNOS */
26
27/* Use WinMM interface for sound I/O */
28#undef AD_BACKEND_WIN32
29
30/* Default radix point for fixed-point */
31/* #undef DEFAULT_RADIX */
32
33/* Use Q15 fixed-point computation */
34/* #undef FIXED16 */
35
36/* Use fixed-point computation */
37/* #define FIXED_POINT 1 */
38
39/* The size of `long', as computed by sizeof. */
40#define SIZEOF_LONG 4
41
42/* Extension for executables */
43#define EXEEXT ".exe"