20 lines
465 B
C
20 lines
465 B
C
/* sphinx_config.h: Externally visible configuration parameters */
|
|
|
|
/* Use fixed-point computation */
|
|
#undef FIXED_POINT
|
|
|
|
/* Default radix point for fixed-point */
|
|
#undef DEFAULT_RADIX
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#undef SIZEOF_LONG
|
|
|
|
/* Define to 1 if the system has the type `long long'. */
|
|
#undef HAVE_LONG_LONG
|
|
|
|
/* The size of `long long', as computed by sizeof. */
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
/* Enable debugging output */
|
|
#undef SPHINX_DEBUG
|