SphinxBase
5prealpha
config.h
1
/* include/sphinx_config.h, defaults for Win32 */
2
/* sphinx_config.h: Externally visible configuration parameters for
3
* SphinxBase.
4
*/
5
6
/* Default radix point for fixed-point */
7
/* #undef DEFAULT_RADIX */
8
9
/* Enable thread safety */
10
#define ENABLE_THREADS
11
12
/* Use fixed-point computation */
13
/* #undef FIXED_POINT */
14
15
/* Enable matrix algebra with LAPACK */
16
#define WITH_LAPACK 1
17
18
/* The size of `long', as computed by sizeof. */
19
#define SIZEOF_LONG 4
20
21
/* We don't have popen, but we do have _popen */
22
/* #define HAVE_POPEN 1 */
23
24
/* We do have perror */
25
#define HAVE_PERROR 1
26
27
/* We have sys/stat.h */
28
#define HAVE_SYS_STAT_H 1
29
30
/* Extension for executables */
31
#define EXEEXT ".exe"
include
win32
config.h
Generated by
1.8.14