00001 /* include/sphinx_config.h. Generated from sphinx_config.h.in by configure. */ 00002 /* sphinx_config.h: Externally visible configuration parameters for 00003 * SphinxBase. 00004 */ 00005 00006 /* Use ALSA library for sound I/O */ 00007 #define AD_BACKEND_ALSA 00008 00009 /* Use IRIX interface for sound I/O */ 00010 /* #undef AD_BACKEND_IRIX */ 00011 00012 /* No interface for sound I/O */ 00013 /* #undef AD_BACKEND_NONE */ 00014 00015 /* Use OSF interface for sound I/O */ 00016 /* #undef AD_BACKEND_OSF */ 00017 00018 /* Use OSS interface for sound I/O */ 00019 /* #undef AD_BACKEND_OSS */ 00020 00021 /* Use OSS interface for sound I/O */ 00022 /* #undef AD_BACKEND_OSS_BSD */ 00023 00024 /* Use SunOS interface for sound I/O */ 00025 /* #undef AD_BACKEND_SUNOS */ 00026 00027 /* Use WinMM interface for sound I/O */ 00028 /* #undef AD_BACKEND_WIN32 */ 00029 00030 /* Default radix point for fixed-point */ 00031 /* #undef DEFAULT_RADIX */ 00032 00033 /* Use Q15 fixed-point computation */ 00034 /* #undef FIXED16 */ 00035 00036 /* Use fixed-point computation */ 00037 /* #undef FIXED_POINT */ 00038 00039 /* The size of `long', as computed by sizeof. */ 00040 #define SIZEOF_LONG 8 00041 00042 /* Define to 1 if the system has the type `long long'. */ 00043 #define HAVE_LONG_LONG 1 00044 00045 /* The size of `long long', as computed by sizeof. */ 00046 #define SIZEOF_LONG_LONG 8 00047 00048 /* Enable debugging output */ 00049 /* #undef SPHINX_DEBUG */
1.4.7