Jam-Teacher/Plugins/SpeechRecognition/ThirdParty/SphinxBase/Includes/win32/sphinx_config.h

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