14 lines
339 B
C
14 lines
339 B
C
/* 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 */
|
|
|
|
/* Use fixed-point computation */
|
|
/* #undef FIXED_POINT */
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#define SIZEOF_LONG 4
|