summaryrefslogtreecommitdiffstats
path: root/media/sphinxbase/sphinx_config.h
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /media/sphinxbase/sphinx_config.h
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'media/sphinxbase/sphinx_config.h')
-rw-r--r--media/sphinxbase/sphinx_config.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/media/sphinxbase/sphinx_config.h b/media/sphinxbase/sphinx_config.h
new file mode 100644
index 000000000..6e409bb37
--- /dev/null
+++ b/media/sphinxbase/sphinx_config.h
@@ -0,0 +1,42 @@
+#if ( defined(_WIN32) || defined(__CYGWIN__) )
+/* 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
+#else
+/* include/sphinx_config.h. Generated from sphinx_config.h.in by configure. */
+/* sphinx_config.h: Externally visible configuration parameters */
+
+/* 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 8
+
+/* Define to 1 if the system has the type `long long'. */
+/*#define HAVE_LONG_LONG 1*/
+
+/* The size of `long long', as computed by sizeof. */
+#define SIZEOF_LONG_LONG 8
+
+/* Enable debugging output */
+/* #undef SPHINX_DEBUG */
+#endif