SphinxBase
5prealpha
Main Page
Related Pages
Data Structures
Files
File List
Globals
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
/* #undef WITH_LAPACK */
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
/* We do not have unistd.h. */
31
#define YY_NO_UNISTD_H 1
32
33
/* Extension for executables */
34
#define EXEEXT ".exe"
include
win32
config.h
Generated by
1.8.9.1