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