17 lines
404 B
C
17 lines
404 B
C
/* include/sphinx_config.h, defaults for Windows CE. */
|
|
/* sphinx_config.h: Externally visible configuration parameters for
|
|
* SphinxBase.
|
|
*/
|
|
|
|
/* Default radix point for fixed-point */
|
|
/* #undef DEFAULT_RADIX */
|
|
|
|
/* Use fixed-point computation */
|
|
/* #define FIXED_POINT 1 */
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#define SIZEOF_LONG 4
|
|
|
|
/* Extension for executables */
|
|
#define EXEEXT ".exe"
|