SphinxBase 5prealpha
sphinx_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/* Use fixed-point computation */
10/* #undef FIXED_POINT */
11
12/* The size of `long', as computed by sizeof. */
13#define SIZEOF_LONG 4