SphinxBase 5prealpha
sphinx_config.h
1/* include/sphinx_config.h. Generated from sphinx_config.h.in by configure. */
2/* sphinx_config.h: Externally visible configuration parameters */
3
4/* Use fixed-point computation */
5/* #undef FIXED_POINT */
6
7/* Default radix point for fixed-point */
8/* #undef DEFAULT_RADIX */
9
10/* The size of `long', as computed by sizeof. */
11#define SIZEOF_LONG 4
12
13/* Define to 1 if the system has the type `long long'. */
14#define HAVE_LONG_LONG 1
15
16/* The size of `long long', as computed by sizeof. */
17#define SIZEOF_LONG_LONG 8
18
19/* Enable debugging output */
20/* #undef SPHINX_DEBUG */