00001 /* include/sphinx_config.h, defaults for Win32 */ 00002 /* sphinx_config.h: Externally visible configuration parameters for 00003 * SphinxBase. 00004 */ 00005 00006 /* Use ALSA library for sound I/O */ 00007 /* #undef 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 /* #define 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 /* Enable thread safety */ 00034 #define ENABLE_THREADS 00035 00036 /* The Thread Local Storage class */ 00037 #define SPHINXBASE_TLS __declspec(thread) 00038 00039 /* Use Q15 fixed-point computation */ 00040 /* #undef FIXED16 */ 00041 00042 /* Use fixed-point computation */ 00043 /* #undef FIXED_POINT */ 00044 00045 /* Enable matrix algebra with LAPACK */ 00046 #define WITH_LAPACK 00047 00048 /* The size of `long', as computed by sizeof. */ 00049 #define SIZEOF_LONG 4 00050 00051 /* Yes, we have errno.h */ 00052 #define HAVE_ERRNO_H 1 00053 00054 /* We don't have popen, but we do have _popen */ 00055 #define HAVE_POPEN 1 00056 00057 /* We do have perror */ 00058 #define HAVE_PERROR 1 00059 00060 /* We have sys/stat.h */ 00061 #define HAVE_SYS_STAT_H 1 00062 00063 /* We do not have unistd.h. */ 00064 #define YY_NO_UNISTD_H 1