SphinxBase 0.6

include/sphinx_config.h

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 IRIX interface for sound I/O */
00008 /* #undef AD_BACKEND_IRIX */
00009 
00010 /* No interface for sound I/O */
00011 /* #undef AD_BACKEND_NONE */
00012 
00013 /* Use OSF interface for sound I/O */
00014 /* #undef AD_BACKEND_OSF */
00015 
00016 /* Use OSS interface for sound I/O */
00017 #define AD_BACKEND_OSS 
00018 
00019 /* Use OSS interface for sound I/O */
00020 /* #undef AD_BACKEND_OSS_BSD */
00021 
00022 /* Use SunOS interface for sound I/O */
00023 /* #undef AD_BACKEND_SUNOS */
00024 
00025 /* Use WinMM interface for sound I/O */
00026 /* #undef AD_BACKEND_WIN32 */
00027 
00028 /* Default radix point for fixed-point */
00029 /* #undef DEFAULT_RADIX */
00030 
00031 /* Use Q15 fixed-point computation */
00032 /* #undef FIXED16 */
00033 
00034 /* Use fixed-point computation */
00035 /* #undef FIXED_POINT */
00036 
00037 /* The size of `long', as computed by sizeof. */
00038 #define SIZEOF_LONG 4
00039 
00040 /* Define to 1 if the system has the type `long long'. */
00041 #define HAVE_LONG_LONG 1
00042 
00043 /* The size of `long long', as computed by sizeof. */
00044 #define SIZEOF_LONG_LONG 8
00045 
00046 /* Enable debugging output */
00047 /* #undef SPHINX_DEBUG */