SphinxBase 5prealpha
sphinx_config.h
1/* include/sphinx_config.h, defaults for Windows CE. */
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/* #define FIXED_POINT 1 */
11
12/* The size of `long', as computed by sizeof. */
13#define SIZEOF_LONG 4
14
15/* Extension for executables */
16#define EXEEXT ".exe"