File: config.h

package info (click to toggle)
sphinxbase 0.8%2B5prealpha-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,592 kB
  • ctags: 3,296
  • sloc: ansic: 29,950; sh: 11,802; makefile: 679; python: 335; perl: 121; yacc: 93; lex: 50
file content (34 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* include/sphinx_config.h, defaults for Win32 */
/* sphinx_config.h: Externally visible configuration parameters for
 * SphinxBase.
 */

/* Default radix point for fixed-point */
/* #undef DEFAULT_RADIX */

/* Enable thread safety */
#define ENABLE_THREADS 

/* Use fixed-point computation */
/* #undef FIXED_POINT */

/* Enable matrix algebra with LAPACK */
/* #undef WITH_LAPACK */

/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4

/* We don't have popen, but we do have _popen */
/* #define HAVE_POPEN 1 */

/* We do have perror */
#define HAVE_PERROR 1

/* We have sys/stat.h */
#define HAVE_SYS_STAT_H 1

/* We do not have unistd.h. */
#define YY_NO_UNISTD_H 1

/* Extension for executables */
#define EXEEXT ".exe"